Shades of Melrose #CCC4DB
Tints of Melrose #CCC4DB
RGB
CMYK
RGB Variations
Color information
#CCC4DB (or 0xCCC4DB) is known color: Melrose. HEX triplet: CC, C4 and DB. RGB value is (204,196,219). Sum of RGB (Red+Green+Blue) = 204+196+219=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DB is #333B24. Grayscale: #C8C8C8. Windows color (decimal): -3357477 or 14402764. OLE color: 14402764.
HSL color Cylindrical-coordinate representation of color #CCC4DB: hue angle of 260.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC4DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 196 | 219 | - |
CMYK | 0.07 | 0.11 | 0 | 0.14 |
HSL | 260.87º | 0.24% | 0.81% | - |
HSV(B) | 260.87º | 0.11% | 0.86% | - |
XYZ | 57.43 | 57.43 | 75.08 | - |
YUV | 201.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 219 | 0.07 | 0.11 | 0 | 0.14 | 260.87 | 0.24 | 0.81 |
Hex | CC | C4 | DB | 7 | B | 0 | E | 105 | 18 | 51 |
Octal | 314 | 304 | 333 | 7 | 13 | 0 | 16 | 405 | 30 | 121 |
Binary | 11001100 | 11000100 | 11011011 | 111 | 1011 | 0 | 1110 | 100000101 | 11000 | 1010001 |
Color Harmonies of #CCC4DB
Complementary color
Monochromatic Colors of #CCC4DB
Black with #CCC4DB
Text Example
Text Example
White with #CCC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4DB; }
p { color: rgb(204,196,219); }
H1.HeaderClassName
{
color: #CCC4DB;
}
.AnyTagClassName
{
color: #CCC4DB;
}
</style>
background-color css
<style>
a { background-color: #CCC4DB; }
a { background-color: rgb(204,196,219); }
div.DivClassName
{
background-color: #CCC4DB;
}
.BgClassName
{
background-color: #CCC4DB;
}
</style>
border-color css
<style>
span { border-color: #CCC4DB; }
span { border-color: rgb(204,196,219); }
td.TdClassName
{
border-color: #CCC4DB;
}
.TagClassName
{
border-color: #CCC4DB;
}
</style>