Shades of Melrose #CCC6DB
Tints of Melrose #CCC6DB
RGB
CMYK
RGB Variations
Color information
#CCC6DB (or 0xCCC6DB) is known color: Melrose. HEX triplet: CC, C6 and DB. RGB value is (204,198,219). Sum of RGB (Red+Green+Blue) = 204+198+219=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DB is #333924. Grayscale: #CACACA. Windows color (decimal): -3356965 or 14403276. OLE color: 14403276.
HSL color Cylindrical-coordinate representation of color #CCC6DB: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC6DB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 198 | 219 | - |
CMYK | 0.07 | 0.10 | 0 | 0.14 |
HSL | 257.14º | 0.23% | 0.82% | - |
HSV(B) | 257.14º | 0.1% | 0.86% | - |
XYZ | 57.88 | 58.34 | 75.23 | - |
YUV | 202.19 | 137.49 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 219 | 0.07 | 0.10 | 0 | 0.14 | 257.14 | 0.23 | 0.82 |
Hex | CC | C6 | DB | 7 | A | 0 | E | 101 | 17 | 52 |
Octal | 314 | 306 | 333 | 7 | 12 | 0 | 16 | 401 | 27 | 122 |
Binary | 11001100 | 11000110 | 11011011 | 111 | 1010 | 0 | 1110 | 100000001 | 10111 | 1010010 |
Color Harmonies of #CCC6DB
Complementary color
Monochromatic Colors of #CCC6DB
Black with #CCC6DB
Text Example
Text Example
White with #CCC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6DB; }
p { color: rgb(204,198,219); }
H1.HeaderClassName
{
color: #CCC6DB;
}
.AnyTagClassName
{
color: #CCC6DB;
}
</style>
background-color css
<style>
a { background-color: #CCC6DB; }
a { background-color: rgb(204,198,219); }
div.DivClassName
{
background-color: #CCC6DB;
}
.BgClassName
{
background-color: #CCC6DB;
}
</style>
border-color css
<style>
span { border-color: #CCC6DB; }
span { border-color: rgb(204,198,219); }
td.TdClassName
{
border-color: #CCC6DB;
}
.TagClassName
{
border-color: #CCC6DB;
}
</style>