Shades of Melrose #CCC4DD
Tints of Melrose #CCC4DD
RGB
CMYK
RGB Variations
Color information
#CCC4DD (or 0xCCC4DD) is known color: Melrose. HEX triplet: CC, C4 and DD. RGB value is (204,196,221). Sum of RGB (Red+Green+Blue) = 204+196+221=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DD is #333B22. Grayscale: #C9C9C9. Windows color (decimal): -3357475 or 14533836. OLE color: 14533836.
HSL color Cylindrical-coordinate representation of color #CCC4DD: hue angle of 259.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC4DD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 196 | 221 | - |
CMYK | 0.08 | 0.11 | 0 | 0.13 |
HSL | 259.2º | 0.27% | 0.82% | - |
HSV(B) | 259.2º | 0.11% | 0.87% | - |
XYZ | 57.69 | 57.54 | 76.47 | - |
YUV | 201.24 | 139.15 | 129.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 221 | 0.08 | 0.11 | 0 | 0.13 | 259.2 | 0.27 | 0.82 |
Hex | CC | C4 | DD | 8 | B | 0 | D | 103 | 1B | 52 |
Octal | 314 | 304 | 335 | 10 | 13 | 0 | 15 | 403 | 33 | 122 |
Binary | 11001100 | 11000100 | 11011101 | 1000 | 1011 | 0 | 1101 | 100000011 | 11011 | 1010010 |
Color Harmonies of #CCC4DD
Complementary color
Monochromatic Colors of #CCC4DD
Black with #CCC4DD
Text Example
Text Example
White with #CCC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4DD; }
p { color: rgb(204,196,221); }
H1.HeaderClassName
{
color: #CCC4DD;
}
.AnyTagClassName
{
color: #CCC4DD;
}
</style>
background-color css
<style>
a { background-color: #CCC4DD; }
a { background-color: rgb(204,196,221); }
div.DivClassName
{
background-color: #CCC4DD;
}
.BgClassName
{
background-color: #CCC4DD;
}
</style>
border-color css
<style>
span { border-color: #CCC4DD; }
span { border-color: rgb(204,196,221); }
td.TdClassName
{
border-color: #CCC4DD;
}
.TagClassName
{
border-color: #CCC4DD;
}
</style>