Shades of Lavender Blue #C9CFFF
Tints of Lavender Blue #C9CFFF
RGB
CMYK
RGB Variations
Color information
#C9CFFF (or 0xC9CFFF) is known color: Lavender Blue. HEX triplet: C9, CF and FF. RGB value is (201,207,255). Sum of RGB (Red+Green+Blue) = 201+207+255=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFF is #363000. Grayscale: #D2D2D2. Windows color (decimal): -3551233 or 16764873. OLE color: 16764873.
HSL color Cylindrical-coordinate representation of color #C9CFFF: hue angle of 233.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CFFF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 207 | 255 | - |
| CMYK | 0.21 | 0.19 | 0 | 0 |
| HSL | 233.33º | 1% | 0.89% | - |
| HSV(B) | 233.33º | 0.21% | 1% | - |
| XYZ | 64.45 | 64.26 | 103.61 | - |
| YUV | 210.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 255 | 0.21 | 0.19 | 0 | 0 | 233.33 | 1 | 0.89 |
| Hex | C9 | CF | FF | 15 | 13 | 0 | 0 | E9 | 64 | 59 |
| Octal | 311 | 317 | 377 | 25 | 23 | 0 | 0 | 351 | 144 | 131 |
| Binary | 11001001 | 11001111 | 11111111 | 10101 | 10011 | 0 | 0 | 11101001 | 1100100 | 1011001 |
Color Harmonies of #C9CFFF
Complementary color
Monochromatic Colors of #C9CFFF
Black with #C9CFFF
Text Example
Text Example
White with #C9CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFFF; }
p { color: rgb(201,207,255); }
H1.HeaderClassName
{
color: #C9CFFF;
}
.AnyTagClassName
{
color: #C9CFFF;
}
</style>
background-color css
<style>
a { background-color: #C9CFFF; }
a { background-color: rgb(201,207,255); }
div.DivClassName
{
background-color: #C9CFFF;
}
.BgClassName
{
background-color: #C9CFFF;
}
</style>
border-color css
<style>
span { border-color: #C9CFFF; }
span { border-color: rgb(201,207,255); }
td.TdClassName
{
border-color: #C9CFFF;
}
.TagClassName
{
border-color: #C9CFFF;
}
</style>