Shades of Lavender Grey #CAC7E2
Tints of Lavender Grey #CAC7E2
RGB
CMYK
RGB Variations
Color information
#CAC7E2 (or 0xCAC7E2) is known color: Lavender Grey. HEX triplet: CA, C7 and E2. RGB value is (202,199,226). Sum of RGB (Red+Green+Blue) = 202+199+226=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7E2 is #35381D. Grayscale: #CACACA. Windows color (decimal): -3487774 or 14862282. OLE color: 14862282.
HSL color Cylindrical-coordinate representation of color #CAC7E2: hue angle of 246.67º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC7E2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 199 | 226 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.11 |
| HSL | 246.67º | 0.32% | 0.83% | - |
| HSV(B) | 246.67º | 0.12% | 0.89% | - |
| XYZ | 58.51 | 58.89 | 80.24 | - |
| YUV | 202.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 226 | 0.11 | 0.12 | 0 | 0.11 | 246.67 | 0.32 | 0.83 |
| Hex | CA | C7 | E2 | B | C | 0 | B | F7 | 20 | 53 |
| Octal | 312 | 307 | 342 | 13 | 14 | 0 | 13 | 367 | 40 | 123 |
| Binary | 11001010 | 11000111 | 11100010 | 1011 | 1100 | 0 | 1011 | 11110111 | 100000 | 1010011 |
Color Harmonies of #CAC7E2
Complementary color
Monochromatic Colors of #CAC7E2
Black with #CAC7E2
Text Example
Text Example
White with #CAC7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7E2; }
p { color: rgb(202,199,226); }
H1.HeaderClassName
{
color: #CAC7E2;
}
.AnyTagClassName
{
color: #CAC7E2;
}
</style>
background-color css
<style>
a { background-color: #CAC7E2; }
a { background-color: rgb(202,199,226); }
div.DivClassName
{
background-color: #CAC7E2;
}
.BgClassName
{
background-color: #CAC7E2;
}
</style>
border-color css
<style>
span { border-color: #CAC7E2; }
span { border-color: rgb(202,199,226); }
td.TdClassName
{
border-color: #CAC7E2;
}
.TagClassName
{
border-color: #CAC7E2;
}
</style>