Shades of Melrose #CCCAD2
Tints of Melrose #CCCAD2
RGB
CMYK
RGB Variations
Color information
#CCCAD2 (or 0xCCCAD2) is known color: Melrose. HEX triplet: CC, CA and D2. RGB value is (204,202,210). Sum of RGB (Red+Green+Blue) = 204+202+210=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD2 is #33352D. Grayscale: #CBCBCB. Windows color (decimal): -3355950 or 13814476. OLE color: 13814476.
HSL color Cylindrical-coordinate representation of color #CCCAD2: hue angle of 255º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCAD2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 202 | 210 | - |
CMYK | 0.03 | 0.04 | 0 | 0.18 |
HSL | 255º | 0.08% | 0.81% | - |
HSV(B) | 255º | 0.04% | 0.82% | - |
XYZ | 57.66 | 59.73 | 69.46 | - |
YUV | 203.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 210 | 0.03 | 0.04 | 0 | 0.18 | 255 | 0.08 | 0.81 |
Hex | CC | CA | D2 | 3 | 4 | 0 | 12 | FF | 8 | 51 |
Octal | 314 | 312 | 322 | 3 | 4 | 0 | 22 | 377 | 10 | 121 |
Binary | 11001100 | 11001010 | 11010010 | 11 | 100 | 0 | 10010 | 11111111 | 1000 | 1010001 |
Color Harmonies of #CCCAD2
Complementary color
Monochromatic Colors of #CCCAD2
Black with #CCCAD2
Text Example
Text Example
White with #CCCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAD2; }
p { color: rgb(204,202,210); }
H1.HeaderClassName
{
color: #CCCAD2;
}
.AnyTagClassName
{
color: #CCCAD2;
}
</style>
background-color css
<style>
a { background-color: #CCCAD2; }
a { background-color: rgb(204,202,210); }
div.DivClassName
{
background-color: #CCCAD2;
}
.BgClassName
{
background-color: #CCCAD2;
}
</style>
border-color css
<style>
span { border-color: #CCCAD2; }
span { border-color: rgb(204,202,210); }
td.TdClassName
{
border-color: #CCCAD2;
}
.TagClassName
{
border-color: #CCCAD2;
}
</style>