Shades of Lavender Blue #C3CDFF
Tints of Lavender Blue #C3CDFF
RGB
CMYK
RGB Variations
Color information
#C3CDFF (or 0xC3CDFF) is known color: Lavender Blue. HEX triplet: C3, CD and FF. RGB value is (195,205,255). Sum of RGB (Red+Green+Blue) = 195+205+255=655 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.77% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDFF is #3C3200. Grayscale: #CFCFCF. Windows color (decimal): -3944961 or 16764355. OLE color: 16764355.
HSL color Cylindrical-coordinate representation of color #C3CDFF: hue angle of 230º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3CDFF is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 195 | 205 | 255 | - |
CMYK | 0.24 | 0.20 | 0 | 0 |
HSL | 230º | 1% | 0.88% | - |
HSV(B) | 230º | 0.24% | 1% | - |
XYZ | 62.39 | 62.48 | 103.38 | - |
YUV | 207.71 | 154.69 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 255 | 0.24 | 0.20 | 0 | 0 | 230 | 1 | 0.88 |
Hex | C3 | CD | FF | 18 | 14 | 0 | 0 | E6 | 64 | 58 |
Octal | 303 | 315 | 377 | 30 | 24 | 0 | 0 | 346 | 144 | 130 |
Binary | 11000011 | 11001101 | 11111111 | 11000 | 10100 | 0 | 0 | 11100110 | 1100100 | 1011000 |
Color Harmonies of #C3CDFF
Complementary color
Monochromatic Colors of #C3CDFF
Black with #C3CDFF
Text Example
Text Example
White with #C3CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDFF; }
p { color: rgb(195,205,255); }
H1.HeaderClassName
{
color: #C3CDFF;
}
.AnyTagClassName
{
color: #C3CDFF;
}
</style>
background-color css
<style>
a { background-color: #C3CDFF; }
a { background-color: rgb(195,205,255); }
div.DivClassName
{
background-color: #C3CDFF;
}
.BgClassName
{
background-color: #C3CDFF;
}
</style>
border-color css
<style>
span { border-color: #C3CDFF; }
span { border-color: rgb(195,205,255); }
td.TdClassName
{
border-color: #C3CDFF;
}
.TagClassName
{
border-color: #C3CDFF;
}
</style>