Shades of Melrose #CCC5DB
Tints of Melrose #CCC5DB
RGB
CMYK
RGB Variations
Color information
#CCC5DB (or 0xCCC5DB) is known color: Melrose. HEX triplet: CC, C5 and DB. RGB value is (204,197,219). Sum of RGB (Red+Green+Blue) = 204+197+219=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5DB is #333A24. Grayscale: #C9C9C9. Windows color (decimal): -3357221 or 14403020. OLE color: 14403020.
HSL color Cylindrical-coordinate representation of color #CCC5DB: hue angle of 259.09º 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 #CCC5DB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 197 | 219 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.14 |
| HSL | 259.09º | 0.23% | 0.82% | - |
| HSV(B) | 259.09º | 0.1% | 0.86% | - |
| XYZ | 57.65 | 57.88 | 75.15 | - |
| YUV | 201.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 219 | 0.07 | 0.10 | 0 | 0.14 | 259.09 | 0.23 | 0.82 |
| Hex | CC | C5 | DB | 7 | A | 0 | E | 103 | 17 | 52 |
| Octal | 314 | 305 | 333 | 7 | 12 | 0 | 16 | 403 | 27 | 122 |
| Binary | 11001100 | 11000101 | 11011011 | 111 | 1010 | 0 | 1110 | 100000011 | 10111 | 1010010 |
Color Harmonies of #CCC5DB
Complementary color
Monochromatic Colors of #CCC5DB
Black with #CCC5DB
Text Example
Text Example
White with #CCC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5DB; }
p { color: rgb(204,197,219); }
H1.HeaderClassName
{
color: #CCC5DB;
}
.AnyTagClassName
{
color: #CCC5DB;
}
</style>
background-color css
<style>
a { background-color: #CCC5DB; }
a { background-color: rgb(204,197,219); }
div.DivClassName
{
background-color: #CCC5DB;
}
.BgClassName
{
background-color: #CCC5DB;
}
</style>
border-color css
<style>
span { border-color: #CCC5DB; }
span { border-color: rgb(204,197,219); }
td.TdClassName
{
border-color: #CCC5DB;
}
.TagClassName
{
border-color: #CCC5DB;
}
</style>