Shades of Lavender Blue #C9CBF6
Tints of Lavender Blue #C9CBF6
RGB
CMYK
RGB Variations
Color information
#C9CBF6 (or 0xC9CBF6) is known color: Lavender Blue. HEX triplet: C9, CB and F6. RGB value is (201,203,246). Sum of RGB (Red+Green+Blue) = 201+203+246=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9CBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBF6 is #363409. Grayscale: #CFCFCF. Windows color (decimal): -3552266 or 16174025. OLE color: 16174025.
HSL color Cylindrical-coordinate representation of color #C9CBF6: hue angle of 237.33º 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 #C9CBF6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 203 | 246 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.04 |
| HSL | 237.33º | 0.71% | 0.88% | - |
| HSV(B) | 237.33º | 0.18% | 0.96% | - |
| XYZ | 62.08 | 61.78 | 95.84 | - |
| YUV | 207.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 246 | 0.18 | 0.17 | 0 | 0.04 | 237.33 | 0.71 | 0.88 |
| Hex | C9 | CB | F6 | 12 | 11 | 0 | 4 | ED | 47 | 58 |
| Octal | 311 | 313 | 366 | 22 | 21 | 0 | 4 | 355 | 107 | 130 |
| Binary | 11001001 | 11001011 | 11110110 | 10010 | 10001 | 0 | 100 | 11101101 | 1000111 | 1011000 |
Color Harmonies of #C9CBF6
Complementary color
Monochromatic Colors of #C9CBF6
Black with #C9CBF6
Text Example
Text Example
White with #C9CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBF6; }
p { color: rgb(201,203,246); }
H1.HeaderClassName
{
color: #C9CBF6;
}
.AnyTagClassName
{
color: #C9CBF6;
}
</style>
background-color css
<style>
a { background-color: #C9CBF6; }
a { background-color: rgb(201,203,246); }
div.DivClassName
{
background-color: #C9CBF6;
}
.BgClassName
{
background-color: #C9CBF6;
}
</style>
border-color css
<style>
span { border-color: #C9CBF6; }
span { border-color: rgb(201,203,246); }
td.TdClassName
{
border-color: #C9CBF6;
}
.TagClassName
{
border-color: #C9CBF6;
}
</style>