Shades of Lavender Grey #CACADF
Tints of Lavender Grey #CACADF
RGB
CMYK
RGB Variations
Color information
#CACADF (or 0xCACADF) is known color: Lavender Grey. HEX triplet: CA, CA and DF. RGB value is (202,202,223). Sum of RGB (Red+Green+Blue) = 202+202+223=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADF is #353520. Grayscale: #CCCCCC. Windows color (decimal): -3487009 or 14666442. OLE color: 14666442.
HSL color Cylindrical-coordinate representation of color #CACADF: hue angle of 240º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACADF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 202 | 223 | - |
CMYK | 0.09 | 0.09 | 0 | 0.13 |
HSL | 240º | 0.25% | 0.83% | - |
HSV(B) | 240º | 0.09% | 0.87% | - |
XYZ | 58.8 | 60.13 | 78.32 | - |
YUV | 204.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 223 | 0.09 | 0.09 | 0 | 0.13 | 240 | 0.25 | 0.83 |
Hex | CA | CA | DF | 9 | 9 | 0 | D | F0 | 19 | 53 |
Octal | 312 | 312 | 337 | 11 | 11 | 0 | 15 | 360 | 31 | 123 |
Binary | 11001010 | 11001010 | 11011111 | 1001 | 1001 | 0 | 1101 | 11110000 | 11001 | 1010011 |
Color Harmonies of #CACADF
Complementary color
Monochromatic Colors of #CACADF
Black with #CACADF
Text Example
Text Example
White with #CACADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACADF; }
p { color: rgb(202,202,223); }
H1.HeaderClassName
{
color: #CACADF;
}
.AnyTagClassName
{
color: #CACADF;
}
</style>
background-color css
<style>
a { background-color: #CACADF; }
a { background-color: rgb(202,202,223); }
div.DivClassName
{
background-color: #CACADF;
}
.BgClassName
{
background-color: #CACADF;
}
</style>
border-color css
<style>
span { border-color: #CACADF; }
span { border-color: rgb(202,202,223); }
td.TdClassName
{
border-color: #CACADF;
}
.TagClassName
{
border-color: #CACADF;
}
</style>