Shades of Melrose #CCC4DC
Tints of Melrose #CCC4DC
RGB
CMYK
RGB Variations
Color information
#CCC4DC (or 0xCCC4DC) is known color: Melrose. HEX triplet: CC, C4 and DC. RGB value is (204,196,220). Sum of RGB (Red+Green+Blue) = 204+196+220=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DC is #333B23. Grayscale: #C9C9C9. Windows color (decimal): -3357476 or 14468300. OLE color: 14468300.
HSL color Cylindrical-coordinate representation of color #CCC4DC: hue angle of 260º 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 #CCC4DC is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 196 | 220 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.14 |
| HSL | 260º | 0.26% | 0.82% | - |
| HSV(B) | 260º | 0.11% | 0.86% | - |
| XYZ | 57.56 | 57.48 | 75.77 | - |
| YUV | 201.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 220 | 0.07 | 0.11 | 0 | 0.14 | 260 | 0.26 | 0.82 |
| Hex | CC | C4 | DC | 7 | B | 0 | E | 104 | 1A | 52 |
| Octal | 314 | 304 | 334 | 7 | 13 | 0 | 16 | 404 | 32 | 122 |
| Binary | 11001100 | 11000100 | 11011100 | 111 | 1011 | 0 | 1110 | 100000100 | 11010 | 1010010 |
Color Harmonies of #CCC4DC
Complementary color
Monochromatic Colors of #CCC4DC
Black with #CCC4DC
Text Example
Text Example
White with #CCC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4DC; }
p { color: rgb(204,196,220); }
H1.HeaderClassName
{
color: #CCC4DC;
}
.AnyTagClassName
{
color: #CCC4DC;
}
</style>
background-color css
<style>
a { background-color: #CCC4DC; }
a { background-color: rgb(204,196,220); }
div.DivClassName
{
background-color: #CCC4DC;
}
.BgClassName
{
background-color: #CCC4DC;
}
</style>
border-color css
<style>
span { border-color: #CCC4DC; }
span { border-color: rgb(204,196,220); }
td.TdClassName
{
border-color: #CCC4DC;
}
.TagClassName
{
border-color: #CCC4DC;
}
</style>