Shades of Melrose #CCCAD1
Tints of Melrose #CCCAD1
RGB
CMYK
RGB Variations
Color information
#CCCAD1 (or 0xCCCAD1) is known color: Melrose. HEX triplet: CC, CA and D1. RGB value is (204,202,209). Sum of RGB (Red+Green+Blue) = 204+202+209=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD1 is #33352E. Grayscale: #CBCBCB. Windows color (decimal): -3355951 or 13748940. OLE color: 13748940.
HSL color Cylindrical-coordinate representation of color #CCCAD1: hue angle of 257.14º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCAD1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 202 | 209 | - |
CMYK | 0.02 | 0.03 | 0 | 0.18 |
HSL | 257.14º | 0.07% | 0.81% | - |
HSV(B) | 257.14º | 0.03% | 0.82% | - |
XYZ | 57.53 | 59.68 | 68.81 | - |
YUV | 203.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 209 | 0.02 | 0.03 | 0 | 0.18 | 257.14 | 0.07 | 0.81 |
Hex | CC | CA | D1 | 2 | 3 | 0 | 12 | 101 | 7 | 51 |
Octal | 314 | 312 | 321 | 2 | 3 | 0 | 22 | 401 | 7 | 121 |
Binary | 11001100 | 11001010 | 11010001 | 10 | 11 | 0 | 10010 | 100000001 | 111 | 1010001 |
Color Harmonies of #CCCAD1
Complementary color
Monochromatic Colors of #CCCAD1
Black with #CCCAD1
Text Example
Text Example
White with #CCCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAD1; }
p { color: rgb(204,202,209); }
H1.HeaderClassName
{
color: #CCCAD1;
}
.AnyTagClassName
{
color: #CCCAD1;
}
</style>
background-color css
<style>
a { background-color: #CCCAD1; }
a { background-color: rgb(204,202,209); }
div.DivClassName
{
background-color: #CCCAD1;
}
.BgClassName
{
background-color: #CCCAD1;
}
</style>
border-color css
<style>
span { border-color: #CCCAD1; }
span { border-color: rgb(204,202,209); }
td.TdClassName
{
border-color: #CCCAD1;
}
.TagClassName
{
border-color: #CCCAD1;
}
</style>