Shades of Lavender Blue #C9CFFC
Tints of Lavender Blue #C9CFFC
RGB
CMYK
RGB Variations
Color information
#C9CFFC (or 0xC9CFFC) is known color: Lavender Blue. HEX triplet: C9, CF and FC. RGB value is (201,207,252). Sum of RGB (Red+Green+Blue) = 201+207+252=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFC is #363003. Grayscale: #D2D2D2. Windows color (decimal): -3551236 or 16568265. OLE color: 16568265.
HSL color Cylindrical-coordinate representation of color #C9CFFC: hue angle of 232.94º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9CFFC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 207 | 252 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.01 |
| HSL | 232.94º | 0.89% | 0.89% | - |
| HSV(B) | 232.94º | 0.2% | 0.99% | - |
| XYZ | 63.97 | 64.07 | 101.09 | - |
| YUV | 210.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 252 | 0.20 | 0.18 | 0 | 0.01 | 232.94 | 0.89 | 0.89 |
| Hex | C9 | CF | FC | 14 | 12 | 0 | 1 | E9 | 59 | 59 |
| Octal | 311 | 317 | 374 | 24 | 22 | 0 | 1 | 351 | 131 | 131 |
| Binary | 11001001 | 11001111 | 11111100 | 10100 | 10010 | 0 | 1 | 11101001 | 1011001 | 1011001 |
Color Harmonies of #C9CFFC
Complementary color
Monochromatic Colors of #C9CFFC
Black with #C9CFFC
Text Example
Text Example
White with #C9CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFFC; }
p { color: rgb(201,207,252); }
H1.HeaderClassName
{
color: #C9CFFC;
}
.AnyTagClassName
{
color: #C9CFFC;
}
</style>
background-color css
<style>
a { background-color: #C9CFFC; }
a { background-color: rgb(201,207,252); }
div.DivClassName
{
background-color: #C9CFFC;
}
.BgClassName
{
background-color: #C9CFFC;
}
</style>
border-color css
<style>
span { border-color: #C9CFFC; }
span { border-color: rgb(201,207,252); }
td.TdClassName
{
border-color: #C9CFFC;
}
.TagClassName
{
border-color: #C9CFFC;
}
</style>