Shades of Lavender Grey #CACADC
Tints of Lavender Grey #CACADC
RGB
CMYK
RGB Variations
Color information
#CACADC (or 0xCACADC) is known color: Lavender Grey. HEX triplet: CA, CA and DC. RGB value is (202,202,220). Sum of RGB (Red+Green+Blue) = 202+202+220=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADC is #353523. Grayscale: #CBCBCB. Windows color (decimal): -3487012 or 14469834. OLE color: 14469834.
HSL color Cylindrical-coordinate representation of color #CACADC: hue angle of 240º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACADC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 202 | 220 | - |
CMYK | 0.08 | 0.08 | 0 | 0.14 |
HSL | 240º | 0.2% | 0.83% | - |
HSV(B) | 240º | 0.08% | 0.86% | - |
XYZ | 58.4 | 59.96 | 76.21 | - |
YUV | 204.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 220 | 0.08 | 0.08 | 0 | 0.14 | 240 | 0.2 | 0.83 |
Hex | CA | CA | DC | 8 | 8 | 0 | E | F0 | 14 | 53 |
Octal | 312 | 312 | 334 | 10 | 10 | 0 | 16 | 360 | 24 | 123 |
Binary | 11001010 | 11001010 | 11011100 | 1000 | 1000 | 0 | 1110 | 11110000 | 10100 | 1010011 |
Color Harmonies of #CACADC
Complementary color
Monochromatic Colors of #CACADC
Black with #CACADC
Text Example
Text Example
White with #CACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACADC; }
p { color: rgb(202,202,220); }
H1.HeaderClassName
{
color: #CACADC;
}
.AnyTagClassName
{
color: #CACADC;
}
</style>
background-color css
<style>
a { background-color: #CACADC; }
a { background-color: rgb(202,202,220); }
div.DivClassName
{
background-color: #CACADC;
}
.BgClassName
{
background-color: #CACADC;
}
</style>
border-color css
<style>
span { border-color: #CACADC; }
span { border-color: rgb(202,202,220); }
td.TdClassName
{
border-color: #CACADC;
}
.TagClassName
{
border-color: #CACADC;
}
</style>