Shades of Lavender Grey #CAC9DB
Tints of Lavender Grey #CAC9DB
RGB
CMYK
RGB Variations
Color information
#CAC9DB (or 0xCAC9DB) is known color: Lavender Grey. HEX triplet: CA, C9 and DB. RGB value is (202,201,219). Sum of RGB (Red+Green+Blue) = 202+201+219=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 201 (78.91% from 255 or 32.32% 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 #CAC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DB is #353624. Grayscale: #CBCBCB. Windows color (decimal): -3487269 or 14404042. OLE color: 14404042.
HSL color Cylindrical-coordinate representation of color #CAC9DB: hue angle of 243.33º 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 #CAC9DB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 201 | 219 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.14 |
| HSL | 243.33º | 0.2% | 0.82% | - |
| HSV(B) | 243.33º | 0.08% | 0.86% | - |
| XYZ | 58.03 | 59.44 | 75.43 | - |
| YUV | 203.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 219 | 0.08 | 0.08 | 0 | 0.14 | 243.33 | 0.2 | 0.82 |
| Hex | CA | C9 | DB | 8 | 8 | 0 | E | F3 | 14 | 52 |
| Octal | 312 | 311 | 333 | 10 | 10 | 0 | 16 | 363 | 24 | 122 |
| Binary | 11001010 | 11001001 | 11011011 | 1000 | 1000 | 0 | 1110 | 11110011 | 10100 | 1010010 |
Color Harmonies of #CAC9DB
Complementary color
Monochromatic Colors of #CAC9DB
Black with #CAC9DB
Text Example
Text Example
White with #CAC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC9DB; }
p { color: rgb(202,201,219); }
H1.HeaderClassName
{
color: #CAC9DB;
}
.AnyTagClassName
{
color: #CAC9DB;
}
</style>
background-color css
<style>
a { background-color: #CAC9DB; }
a { background-color: rgb(202,201,219); }
div.DivClassName
{
background-color: #CAC9DB;
}
.BgClassName
{
background-color: #CAC9DB;
}
</style>
border-color css
<style>
span { border-color: #CAC9DB; }
span { border-color: rgb(202,201,219); }
td.TdClassName
{
border-color: #CAC9DB;
}
.TagClassName
{
border-color: #CAC9DB;
}
</style>