Shades of Melrose #CAC2DE
Tints of Melrose #CAC2DE
RGB
CMYK
RGB Variations
Color information
#CAC2DE (or 0xCAC2DE) is known color: Melrose. HEX triplet: CA, C2 and DE. RGB value is (202,194,222). Sum of RGB (Red+Green+Blue) = 202+194+222=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DE is #353D21. Grayscale: #C7C7C7. Windows color (decimal): -3489058 or 14598858. OLE color: 14598858.
HSL color Cylindrical-coordinate representation of color #CAC2DE: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC2DE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 194 | 222 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.13 |
| HSL | 257.14º | 0.3% | 0.82% | - |
| HSV(B) | 257.14º | 0.13% | 0.87% | - |
| XYZ | 56.83 | 56.41 | 77 | - |
| YUV | 199.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 222 | 0.09 | 0.13 | 0 | 0.13 | 257.14 | 0.3 | 0.82 |
| Hex | CA | C2 | DE | 9 | D | 0 | D | 101 | 1E | 52 |
| Octal | 312 | 302 | 336 | 11 | 15 | 0 | 15 | 401 | 36 | 122 |
| Binary | 11001010 | 11000010 | 11011110 | 1001 | 1101 | 0 | 1101 | 100000001 | 11110 | 1010010 |
Color Harmonies of #CAC2DE
Complementary color
Monochromatic Colors of #CAC2DE
Black with #CAC2DE
Text Example
Text Example
White with #CAC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2DE; }
p { color: rgb(202,194,222); }
H1.HeaderClassName
{
color: #CAC2DE;
}
.AnyTagClassName
{
color: #CAC2DE;
}
</style>
background-color css
<style>
a { background-color: #CAC2DE; }
a { background-color: rgb(202,194,222); }
div.DivClassName
{
background-color: #CAC2DE;
}
.BgClassName
{
background-color: #CAC2DE;
}
</style>
border-color css
<style>
span { border-color: #CAC2DE; }
span { border-color: rgb(202,194,222); }
td.TdClassName
{
border-color: #CAC2DE;
}
.TagClassName
{
border-color: #CAC2DE;
}
</style>