Shades of Melrose #CAC3DE
Tints of Melrose #CAC3DE
RGB
CMYK
RGB Variations
Color information
#CAC3DE (or 0xCAC3DE) is known color: Melrose. HEX triplet: CA, C3 and DE. RGB value is (202,195,222). Sum of RGB (Red+Green+Blue) = 202+195+222=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3DE is #353C21. Grayscale: #C8C8C8. Windows color (decimal): -3488802 or 14599114. OLE color: 14599114.
HSL color Cylindrical-coordinate representation of color #CAC3DE: hue angle of 255.56º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC3DE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 195 | 222 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.13 |
| HSL | 255.56º | 0.29% | 0.82% | - |
| HSV(B) | 255.56º | 0.12% | 0.87% | - |
| XYZ | 57.06 | 56.86 | 77.08 | - |
| YUV | 200.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 222 | 0.09 | 0.12 | 0 | 0.13 | 255.56 | 0.29 | 0.82 |
| Hex | CA | C3 | DE | 9 | C | 0 | D | 100 | 1D | 52 |
| Octal | 312 | 303 | 336 | 11 | 14 | 0 | 15 | 400 | 35 | 122 |
| Binary | 11001010 | 11000011 | 11011110 | 1001 | 1100 | 0 | 1101 | 100000000 | 11101 | 1010010 |
Color Harmonies of #CAC3DE
Complementary color
Monochromatic Colors of #CAC3DE
Black with #CAC3DE
Text Example
Text Example
White with #CAC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3DE; }
p { color: rgb(202,195,222); }
H1.HeaderClassName
{
color: #CAC3DE;
}
.AnyTagClassName
{
color: #CAC3DE;
}
</style>
background-color css
<style>
a { background-color: #CAC3DE; }
a { background-color: rgb(202,195,222); }
div.DivClassName
{
background-color: #CAC3DE;
}
.BgClassName
{
background-color: #CAC3DE;
}
</style>
border-color css
<style>
span { border-color: #CAC3DE; }
span { border-color: rgb(202,195,222); }
td.TdClassName
{
border-color: #CAC3DE;
}
.TagClassName
{
border-color: #CAC3DE;
}
</style>