Shades of Lavender Blue #C9CCF6
Tints of Lavender Blue #C9CCF6
RGB
CMYK
RGB Variations
Color information
#C9CCF6 (or 0xC9CCF6) is known color: Lavender Blue. HEX triplet: C9, CC and F6. RGB value is (201,204,246). Sum of RGB (Red+Green+Blue) = 201+204+246=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCF6 is #363309. Grayscale: #CFCFCF. Windows color (decimal): -3552010 or 16174281. OLE color: 16174281.
HSL color Cylindrical-coordinate representation of color #C9CCF6: hue angle of 236º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9CCF6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 204 | 246 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.04 |
| HSL | 236º | 0.71% | 0.88% | - |
| HSV(B) | 236º | 0.18% | 0.96% | - |
| XYZ | 62.31 | 62.26 | 95.92 | - |
| YUV | 207.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 246 | 0.18 | 0.17 | 0 | 0.04 | 236 | 0.71 | 0.88 |
| Hex | C9 | CC | F6 | 12 | 11 | 0 | 4 | EC | 47 | 58 |
| Octal | 311 | 314 | 366 | 22 | 21 | 0 | 4 | 354 | 107 | 130 |
| Binary | 11001001 | 11001100 | 11110110 | 10010 | 10001 | 0 | 100 | 11101100 | 1000111 | 1011000 |
Color Harmonies of #C9CCF6
Complementary color
Monochromatic Colors of #C9CCF6
Black with #C9CCF6
Text Example
Text Example
White with #C9CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCF6; }
p { color: rgb(201,204,246); }
H1.HeaderClassName
{
color: #C9CCF6;
}
.AnyTagClassName
{
color: #C9CCF6;
}
</style>
background-color css
<style>
a { background-color: #C9CCF6; }
a { background-color: rgb(201,204,246); }
div.DivClassName
{
background-color: #C9CCF6;
}
.BgClassName
{
background-color: #C9CCF6;
}
</style>
border-color css
<style>
span { border-color: #C9CCF6; }
span { border-color: rgb(201,204,246); }
td.TdClassName
{
border-color: #C9CCF6;
}
.TagClassName
{
border-color: #C9CCF6;
}
</style>