Shades of Melrose #CCC7DE
Tints of Melrose #CCC7DE
RGB
CMYK
RGB Variations
Color information
#CCC7DE (or 0xCCC7DE) is known color: Melrose. HEX triplet: CC, C7 and DE. RGB value is (204,199,222). Sum of RGB (Red+Green+Blue) = 204+199+222=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7DE is #333821. Grayscale: #CBCBCB. Windows color (decimal): -3356706 or 14600140. OLE color: 14600140.
HSL color Cylindrical-coordinate representation of color #CCC7DE: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCC7DE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 199 | 222 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 253.04º | 0.26% | 0.83% | - |
| HSV(B) | 253.04º | 0.1% | 0.87% | - |
| XYZ | 58.51 | 58.96 | 77.4 | - |
| YUV | 203.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 222 | 0.08 | 0.10 | 0 | 0.13 | 253.04 | 0.26 | 0.83 |
| Hex | CC | C7 | DE | 8 | A | 0 | D | FD | 1A | 53 |
| Octal | 314 | 307 | 336 | 10 | 12 | 0 | 15 | 375 | 32 | 123 |
| Binary | 11001100 | 11000111 | 11011110 | 1000 | 1010 | 0 | 1101 | 11111101 | 11010 | 1010011 |
Color Harmonies of #CCC7DE
Complementary color
Monochromatic Colors of #CCC7DE
Black with #CCC7DE
Text Example
Text Example
White with #CCC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7DE; }
p { color: rgb(204,199,222); }
H1.HeaderClassName
{
color: #CCC7DE;
}
.AnyTagClassName
{
color: #CCC7DE;
}
</style>
background-color css
<style>
a { background-color: #CCC7DE; }
a { background-color: rgb(204,199,222); }
div.DivClassName
{
background-color: #CCC7DE;
}
.BgClassName
{
background-color: #CCC7DE;
}
</style>
border-color css
<style>
span { border-color: #CCC7DE; }
span { border-color: rgb(204,199,222); }
td.TdClassName
{
border-color: #CCC7DE;
}
.TagClassName
{
border-color: #CCC7DE;
}
</style>