Shades of Lavender Grey #CAC8DB
Tints of Lavender Grey #CAC8DB
RGB
CMYK
RGB Variations
Color information
#CAC8DB (or 0xCAC8DB) is known color: Lavender Grey. HEX triplet: CA, C8 and DB. RGB value is (202,200,219). Sum of RGB (Red+Green+Blue) = 202+200+219=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8DB is #353724. Grayscale: #CACACA. Windows color (decimal): -3487525 or 14403786. OLE color: 14403786.
HSL color Cylindrical-coordinate representation of color #CAC8DB: hue angle of 246.32º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC8DB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 200 | 219 | - |
CMYK | 0.08 | 0.09 | 0 | 0.14 |
HSL | 246.32º | 0.21% | 0.82% | - |
HSV(B) | 246.32º | 0.09% | 0.86% | - |
XYZ | 57.8 | 58.98 | 75.36 | - |
YUV | 202.76 | 137.16 | 127.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 219 | 0.08 | 0.09 | 0 | 0.14 | 246.32 | 0.21 | 0.82 |
Hex | CA | C8 | DB | 8 | 9 | 0 | E | F6 | 15 | 52 |
Octal | 312 | 310 | 333 | 10 | 11 | 0 | 16 | 366 | 25 | 122 |
Binary | 11001010 | 11001000 | 11011011 | 1000 | 1001 | 0 | 1110 | 11110110 | 10101 | 1010010 |
Color Harmonies of #CAC8DB
Complementary color
Monochromatic Colors of #CAC8DB
Black with #CAC8DB
Text Example
Text Example
White with #CAC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8DB; }
p { color: rgb(202,200,219); }
H1.HeaderClassName
{
color: #CAC8DB;
}
.AnyTagClassName
{
color: #CAC8DB;
}
</style>
background-color css
<style>
a { background-color: #CAC8DB; }
a { background-color: rgb(202,200,219); }
div.DivClassName
{
background-color: #CAC8DB;
}
.BgClassName
{
background-color: #CAC8DB;
}
</style>
border-color css
<style>
span { border-color: #CAC8DB; }
span { border-color: rgb(202,200,219); }
td.TdClassName
{
border-color: #CAC8DB;
}
.TagClassName
{
border-color: #CAC8DB;
}
</style>