Shades of Lavender Grey #CAC7DF
Tints of Lavender Grey #CAC7DF
RGB
CMYK
RGB Variations
Color information
#CAC7DF (or 0xCAC7DF) is known color: Lavender Grey. HEX triplet: CA, C7 and DF. RGB value is (202,199,223). Sum of RGB (Red+Green+Blue) = 202+199+223=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DF is #353820. Grayscale: #CACACA. Windows color (decimal): -3487777 or 14665674. OLE color: 14665674.
HSL color Cylindrical-coordinate representation of color #CAC7DF: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC7DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 199 | 223 | - |
CMYK | 0.09 | 0.11 | 0 | 0.13 |
HSL | 247.5º | 0.27% | 0.83% | - |
HSV(B) | 247.5º | 0.11% | 0.87% | - |
XYZ | 58.1 | 58.73 | 78.09 | - |
YUV | 202.63 | 139.49 | 127.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 223 | 0.09 | 0.11 | 0 | 0.13 | 247.5 | 0.27 | 0.83 |
Hex | CA | C7 | DF | 9 | B | 0 | D | F8 | 1B | 53 |
Octal | 312 | 307 | 337 | 11 | 13 | 0 | 15 | 370 | 33 | 123 |
Binary | 11001010 | 11000111 | 11011111 | 1001 | 1011 | 0 | 1101 | 11111000 | 11011 | 1010011 |
Color Harmonies of #CAC7DF
Complementary color
Monochromatic Colors of #CAC7DF
Black with #CAC7DF
Text Example
Text Example
White with #CAC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7DF; }
p { color: rgb(202,199,223); }
H1.HeaderClassName
{
color: #CAC7DF;
}
.AnyTagClassName
{
color: #CAC7DF;
}
</style>
background-color css
<style>
a { background-color: #CAC7DF; }
a { background-color: rgb(202,199,223); }
div.DivClassName
{
background-color: #CAC7DF;
}
.BgClassName
{
background-color: #CAC7DF;
}
</style>
border-color css
<style>
span { border-color: #CAC7DF; }
span { border-color: rgb(202,199,223); }
td.TdClassName
{
border-color: #CAC7DF;
}
.TagClassName
{
border-color: #CAC7DF;
}
</style>