Shades of Lavender Grey #C9CADB
Tints of Lavender Grey #C9CADB
RGB
CMYK
RGB Variations
Color information
#C9CADB (or 0xC9CADB) is known color: Lavender Grey. HEX triplet: C9, CA and DB. RGB value is (201,202,219). Sum of RGB (Red+Green+Blue) = 201+202+219=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CADB is #363524. Grayscale: #CBCBCB. Windows color (decimal): -3552549 or 14404297. OLE color: 14404297.
HSL color Cylindrical-coordinate representation of color #C9CADB: hue angle of 236.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CADB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 202 | 219 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.14 |
| HSL | 236.67º | 0.2% | 0.82% | - |
| HSV(B) | 236.67º | 0.08% | 0.86% | - |
| XYZ | 57.99 | 59.77 | 75.5 | - |
| YUV | 203.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 219 | 0.08 | 0.08 | 0 | 0.14 | 236.67 | 0.2 | 0.82 |
| Hex | C9 | CA | DB | 8 | 8 | 0 | E | ED | 14 | 52 |
| Octal | 311 | 312 | 333 | 10 | 10 | 0 | 16 | 355 | 24 | 122 |
| Binary | 11001001 | 11001010 | 11011011 | 1000 | 1000 | 0 | 1110 | 11101101 | 10100 | 1010010 |
Color Harmonies of #C9CADB
Complementary color
Monochromatic Colors of #C9CADB
Black with #C9CADB
Text Example
Text Example
White with #C9CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CADB; }
p { color: rgb(201,202,219); }
H1.HeaderClassName
{
color: #C9CADB;
}
.AnyTagClassName
{
color: #C9CADB;
}
</style>
background-color css
<style>
a { background-color: #C9CADB; }
a { background-color: rgb(201,202,219); }
div.DivClassName
{
background-color: #C9CADB;
}
.BgClassName
{
background-color: #C9CADB;
}
</style>
border-color css
<style>
span { border-color: #C9CADB; }
span { border-color: rgb(201,202,219); }
td.TdClassName
{
border-color: #C9CADB;
}
.TagClassName
{
border-color: #C9CADB;
}
</style>