Shades of Lavender Blue #C9CFFE
Tints of Lavender Blue #C9CFFE
RGB
CMYK
RGB Variations
Color information
#C9CFFE (or 0xC9CFFE) is known color: Lavender Blue. HEX triplet: C9, CF and FE. RGB value is (201,207,254). Sum of RGB (Red+Green+Blue) = 201+207+254=662 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.36% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFE is #363001. Grayscale: #D2D2D2. Windows color (decimal): -3551234 or 16699337. OLE color: 16699337.
HSL color Cylindrical-coordinate representation of color #C9CFFE: hue angle of 233.21º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CFFE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 207 | 254 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.00 |
| HSL | 233.21º | 0.96% | 0.89% | - |
| HSV(B) | 233.21º | 0.21% | 1% | - |
| XYZ | 64.29 | 64.2 | 102.77 | - |
| YUV | 210.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 254 | 0.21 | 0.19 | 0 | 0.00 | 233.21 | 0.96 | 0.89 |
| Hex | C9 | CF | FE | 15 | 13 | 0 | 0 | E9 | 60 | 59 |
| Octal | 311 | 317 | 376 | 25 | 23 | 0 | 0 | 351 | 140 | 131 |
| Binary | 11001001 | 11001111 | 11111110 | 10101 | 10011 | 0 | 0 | 11101001 | 1100000 | 1011001 |
Color Harmonies of #C9CFFE
Complementary color
Monochromatic Colors of #C9CFFE
Black with #C9CFFE
Text Example
Text Example
White with #C9CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFFE; }
p { color: rgb(201,207,254); }
H1.HeaderClassName
{
color: #C9CFFE;
}
.AnyTagClassName
{
color: #C9CFFE;
}
</style>
background-color css
<style>
a { background-color: #C9CFFE; }
a { background-color: rgb(201,207,254); }
div.DivClassName
{
background-color: #C9CFFE;
}
.BgClassName
{
background-color: #C9CFFE;
}
</style>
border-color css
<style>
span { border-color: #C9CFFE; }
span { border-color: rgb(201,207,254); }
td.TdClassName
{
border-color: #C9CFFE;
}
.TagClassName
{
border-color: #C9CFFE;
}
</style>