Shades of Lavender Blue #C9CBEF
Tints of Lavender Blue #C9CBEF
RGB
CMYK
RGB Variations
Color information
#C9CBEF (or 0xC9CBEF) is known color: Lavender Blue. HEX triplet: C9, CB and EF. RGB value is (201,203,239). Sum of RGB (Red+Green+Blue) = 201+203+239=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEF is #363410. Grayscale: #CECECE. Windows color (decimal): -3552273 or 15715273. OLE color: 15715273.
HSL color Cylindrical-coordinate representation of color #C9CBEF: hue angle of 236.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CBEF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 203 | 239 | - |
CMYK | 0.16 | 0.15 | 0 | 0.06 |
HSL | 236.84º | 0.54% | 0.86% | - |
HSV(B) | 236.84º | 0.16% | 0.94% | - |
XYZ | 61.02 | 61.36 | 90.29 | - |
YUV | 206.51 | 146.34 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 239 | 0.16 | 0.15 | 0 | 0.06 | 236.84 | 0.54 | 0.86 |
Hex | C9 | CB | EF | 10 | F | 0 | 6 | ED | 36 | 56 |
Octal | 311 | 313 | 357 | 20 | 17 | 0 | 6 | 355 | 66 | 126 |
Binary | 11001001 | 11001011 | 11101111 | 10000 | 1111 | 0 | 110 | 11101101 | 110110 | 1010110 |
Color Harmonies of #C9CBEF
Complementary color
Monochromatic Colors of #C9CBEF
Black with #C9CBEF
Text Example
Text Example
White with #C9CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBEF; }
p { color: rgb(201,203,239); }
H1.HeaderClassName
{
color: #C9CBEF;
}
.AnyTagClassName
{
color: #C9CBEF;
}
</style>
background-color css
<style>
a { background-color: #C9CBEF; }
a { background-color: rgb(201,203,239); }
div.DivClassName
{
background-color: #C9CBEF;
}
.BgClassName
{
background-color: #C9CBEF;
}
</style>
border-color css
<style>
span { border-color: #C9CBEF; }
span { border-color: rgb(201,203,239); }
td.TdClassName
{
border-color: #C9CBEF;
}
.TagClassName
{
border-color: #C9CBEF;
}
</style>