Shades of Lavender Grey #CAC8DA
Tints of Lavender Grey #CAC8DA
RGB
CMYK
RGB Variations
Color information
#CAC8DA (or 0xCAC8DA) is known color: Lavender Grey. HEX triplet: CA, C8 and DA. RGB value is (202,200,218). Sum of RGB (Red+Green+Blue) = 202+200+218=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8DA is #353725. Grayscale: #CACACA. Windows color (decimal): -3487526 or 14338250. OLE color: 14338250.
HSL color Cylindrical-coordinate representation of color #CAC8DA: hue angle of 246.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC8DA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 200 | 218 | - |
CMYK | 0.07 | 0.08 | 0 | 0.15 |
HSL | 246.67º | 0.2% | 0.82% | - |
HSV(B) | 246.67º | 0.08% | 0.85% | - |
XYZ | 57.67 | 58.93 | 74.66 | - |
YUV | 202.65 | 136.66 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 218 | 0.07 | 0.08 | 0 | 0.15 | 246.67 | 0.2 | 0.82 |
Hex | CA | C8 | DA | 7 | 8 | 0 | F | F7 | 14 | 52 |
Octal | 312 | 310 | 332 | 7 | 10 | 0 | 17 | 367 | 24 | 122 |
Binary | 11001010 | 11001000 | 11011010 | 111 | 1000 | 0 | 1111 | 11110111 | 10100 | 1010010 |
Color Harmonies of #CAC8DA
Complementary color
Monochromatic Colors of #CAC8DA
Black with #CAC8DA
Text Example
Text Example
White with #CAC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8DA; }
p { color: rgb(202,200,218); }
H1.HeaderClassName
{
color: #CAC8DA;
}
.AnyTagClassName
{
color: #CAC8DA;
}
</style>
background-color css
<style>
a { background-color: #CAC8DA; }
a { background-color: rgb(202,200,218); }
div.DivClassName
{
background-color: #CAC8DA;
}
.BgClassName
{
background-color: #CAC8DA;
}
</style>
border-color css
<style>
span { border-color: #CAC8DA; }
span { border-color: rgb(202,200,218); }
td.TdClassName
{
border-color: #CAC8DA;
}
.TagClassName
{
border-color: #CAC8DA;
}
</style>