Shades of Melrose #CAC4DC
Tints of Melrose #CAC4DC
RGB
CMYK
RGB Variations
Color information
#CAC4DC (or 0xCAC4DC) is known color: Melrose. HEX triplet: CA, C4 and DC. RGB value is (202,196,220). Sum of RGB (Red+Green+Blue) = 202+196+220=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4DC is #353B23. Grayscale: #C8C8C8. Windows color (decimal): -3488548 or 14468298. OLE color: 14468298.
HSL color Cylindrical-coordinate representation of color #CAC4DC: hue angle of 255º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC4DC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 196 | 220 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.14 |
| HSL | 255º | 0.26% | 0.82% | - |
| HSV(B) | 255º | 0.11% | 0.86% | - |
| XYZ | 57.02 | 57.2 | 75.75 | - |
| YUV | 200.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 220 | 0.08 | 0.11 | 0 | 0.14 | 255 | 0.26 | 0.82 |
| Hex | CA | C4 | DC | 8 | B | 0 | E | FF | 1A | 52 |
| Octal | 312 | 304 | 334 | 10 | 13 | 0 | 16 | 377 | 32 | 122 |
| Binary | 11001010 | 11000100 | 11011100 | 1000 | 1011 | 0 | 1110 | 11111111 | 11010 | 1010010 |
Color Harmonies of #CAC4DC
Complementary color
Monochromatic Colors of #CAC4DC
Black with #CAC4DC
Text Example
Text Example
White with #CAC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4DC; }
p { color: rgb(202,196,220); }
H1.HeaderClassName
{
color: #CAC4DC;
}
.AnyTagClassName
{
color: #CAC4DC;
}
</style>
background-color css
<style>
a { background-color: #CAC4DC; }
a { background-color: rgb(202,196,220); }
div.DivClassName
{
background-color: #CAC4DC;
}
.BgClassName
{
background-color: #CAC4DC;
}
</style>
border-color css
<style>
span { border-color: #CAC4DC; }
span { border-color: rgb(202,196,220); }
td.TdClassName
{
border-color: #CAC4DC;
}
.TagClassName
{
border-color: #CAC4DC;
}
</style>