Shades of Melrose #CCC4DA
Tints of Melrose #CCC4DA
RGB
CMYK
RGB Variations
Color information
#CCC4DA (or 0xCCC4DA) is known color: Melrose. HEX triplet: CC, C4 and DA. RGB value is (204,196,218). Sum of RGB (Red+Green+Blue) = 204+196+218=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DA is #333B25. Grayscale: #C8C8C8. Windows color (decimal): -3357478 or 14337228. OLE color: 14337228.
HSL color Cylindrical-coordinate representation of color #CCC4DA: hue angle of 261.82º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC4DA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 196 | 218 | - |
CMYK | 0.06 | 0.10 | 0 | 0.15 |
HSL | 261.82º | 0.23% | 0.81% | - |
HSV(B) | 261.82º | 0.1% | 0.85% | - |
XYZ | 57.3 | 57.38 | 74.39 | - |
YUV | 200.9 | 137.65 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 218 | 0.06 | 0.10 | 0 | 0.15 | 261.82 | 0.23 | 0.81 |
Hex | CC | C4 | DA | 6 | A | 0 | F | 106 | 17 | 51 |
Octal | 314 | 304 | 332 | 6 | 12 | 0 | 17 | 406 | 27 | 121 |
Binary | 11001100 | 11000100 | 11011010 | 110 | 1010 | 0 | 1111 | 100000110 | 10111 | 1010001 |
Color Harmonies of #CCC4DA
Complementary color
Monochromatic Colors of #CCC4DA
Black with #CCC4DA
Text Example
Text Example
White with #CCC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4DA; }
p { color: rgb(204,196,218); }
H1.HeaderClassName
{
color: #CCC4DA;
}
.AnyTagClassName
{
color: #CCC4DA;
}
</style>
background-color css
<style>
a { background-color: #CCC4DA; }
a { background-color: rgb(204,196,218); }
div.DivClassName
{
background-color: #CCC4DA;
}
.BgClassName
{
background-color: #CCC4DA;
}
</style>
border-color css
<style>
span { border-color: #CCC4DA; }
span { border-color: rgb(204,196,218); }
td.TdClassName
{
border-color: #CCC4DA;
}
.TagClassName
{
border-color: #CCC4DA;
}
</style>