Shades of Melrose #CCCAD0
Tints of Melrose #CCCAD0
RGB
CMYK
RGB Variations
Color information
#CCCAD0 (or 0xCCCAD0) is known color: Melrose. HEX triplet: CC, CA and D0. RGB value is (204,202,208). Sum of RGB (Red+Green+Blue) = 204+202+208=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD0 is #33352F. Grayscale: #CBCBCB. Windows color (decimal): -3355952 or 13683404. OLE color: 13683404.
HSL color Cylindrical-coordinate representation of color #CCCAD0: hue angle of 260º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCAD0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 202 | 208 | - |
CMYK | 0.02 | 0.03 | 0 | 0.18 |
HSL | 260º | 0.06% | 0.8% | - |
HSV(B) | 260º | 0.03% | 0.82% | - |
XYZ | 57.41 | 59.63 | 68.16 | - |
YUV | 203.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 208 | 0.02 | 0.03 | 0 | 0.18 | 260 | 0.06 | 0.8 |
Hex | CC | CA | D0 | 2 | 3 | 0 | 12 | 104 | 6 | 50 |
Octal | 314 | 312 | 320 | 2 | 3 | 0 | 22 | 404 | 6 | 120 |
Binary | 11001100 | 11001010 | 11010000 | 10 | 11 | 0 | 10010 | 100000100 | 110 | 1010000 |
Color Harmonies of #CCCAD0
Complementary color
Monochromatic Colors of #CCCAD0
Black with #CCCAD0
Text Example
Text Example
White with #CCCAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAD0; }
p { color: rgb(204,202,208); }
H1.HeaderClassName
{
color: #CCCAD0;
}
.AnyTagClassName
{
color: #CCCAD0;
}
</style>
background-color css
<style>
a { background-color: #CCCAD0; }
a { background-color: rgb(204,202,208); }
div.DivClassName
{
background-color: #CCCAD0;
}
.BgClassName
{
background-color: #CCCAD0;
}
</style>
border-color css
<style>
span { border-color: #CCCAD0; }
span { border-color: rgb(204,202,208); }
td.TdClassName
{
border-color: #CCCAD0;
}
.TagClassName
{
border-color: #CCCAD0;
}
</style>