Shades of Melrose #CCC2DE
Tints of Melrose #CCC2DE
RGB
CMYK
RGB Variations
Color information
#CCC2DE (or 0xCCC2DE) is known color: Melrose. HEX triplet: CC, C2 and DE. RGB value is (204,194,222). Sum of RGB (Red+Green+Blue) = 204+194+222=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DE is #333D21. Grayscale: #C8C8C8. Windows color (decimal): -3357986 or 14598860. OLE color: 14598860.
HSL color Cylindrical-coordinate representation of color #CCC2DE: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC2DE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 194 | 222 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.13 |
| HSL | 261.43º | 0.3% | 0.82% | - |
| HSV(B) | 261.43º | 0.13% | 0.87% | - |
| XYZ | 57.38 | 56.69 | 77.03 | - |
| YUV | 200.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 222 | 0.08 | 0.13 | 0 | 0.13 | 261.43 | 0.3 | 0.82 |
| Hex | CC | C2 | DE | 8 | D | 0 | D | 105 | 1E | 52 |
| Octal | 314 | 302 | 336 | 10 | 15 | 0 | 15 | 405 | 36 | 122 |
| Binary | 11001100 | 11000010 | 11011110 | 1000 | 1101 | 0 | 1101 | 100000101 | 11110 | 1010010 |
Color Harmonies of #CCC2DE
Complementary color
Monochromatic Colors of #CCC2DE
Black with #CCC2DE
Text Example
Text Example
White with #CCC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2DE; }
p { color: rgb(204,194,222); }
H1.HeaderClassName
{
color: #CCC2DE;
}
.AnyTagClassName
{
color: #CCC2DE;
}
</style>
background-color css
<style>
a { background-color: #CCC2DE; }
a { background-color: rgb(204,194,222); }
div.DivClassName
{
background-color: #CCC2DE;
}
.BgClassName
{
background-color: #CCC2DE;
}
</style>
border-color css
<style>
span { border-color: #CCC2DE; }
span { border-color: rgb(204,194,222); }
td.TdClassName
{
border-color: #CCC2DE;
}
.TagClassName
{
border-color: #CCC2DE;
}
</style>