Shades of Melrose #CCC2DD
Tints of Melrose #CCC2DD
RGB
CMYK
RGB Variations
Color information
#CCC2DD (or 0xCCC2DD) is known color: Melrose. HEX triplet: CC, C2 and DD. RGB value is (204,194,221). Sum of RGB (Red+Green+Blue) = 204+194+221=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DD is #333D22. Grayscale: #C7C7C7. Windows color (decimal): -3357987 or 14533324. OLE color: 14533324.
HSL color Cylindrical-coordinate representation of color #CCC2DD: hue angle of 262.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC2DD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 194 | 221 | - |
CMYK | 0.08 | 0.12 | 0 | 0.13 |
HSL | 262.22º | 0.28% | 0.81% | - |
HSV(B) | 262.22º | 0.12% | 0.87% | - |
XYZ | 57.24 | 56.64 | 76.32 | - |
YUV | 200.07 | 139.81 | 130.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 221 | 0.08 | 0.12 | 0 | 0.13 | 262.22 | 0.28 | 0.81 |
Hex | CC | C2 | DD | 8 | C | 0 | D | 106 | 1C | 51 |
Octal | 314 | 302 | 335 | 10 | 14 | 0 | 15 | 406 | 34 | 121 |
Binary | 11001100 | 11000010 | 11011101 | 1000 | 1100 | 0 | 1101 | 100000110 | 11100 | 1010001 |
Color Harmonies of #CCC2DD
Complementary color
Monochromatic Colors of #CCC2DD
Black with #CCC2DD
Text Example
Text Example
White with #CCC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2DD; }
p { color: rgb(204,194,221); }
H1.HeaderClassName
{
color: #CCC2DD;
}
.AnyTagClassName
{
color: #CCC2DD;
}
</style>
background-color css
<style>
a { background-color: #CCC2DD; }
a { background-color: rgb(204,194,221); }
div.DivClassName
{
background-color: #CCC2DD;
}
.BgClassName
{
background-color: #CCC2DD;
}
</style>
border-color css
<style>
span { border-color: #CCC2DD; }
span { border-color: rgb(204,194,221); }
td.TdClassName
{
border-color: #CCC2DD;
}
.TagClassName
{
border-color: #CCC2DD;
}
</style>