Shades of Melrose #CCC7E2
Tints of Melrose #CCC7E2
RGB
CMYK
RGB Variations
Color information
#CCC7E2 (or 0xCCC7E2) is known color: Melrose. HEX triplet: CC, C7 and E2. RGB value is (204,199,226). Sum of RGB (Red+Green+Blue) = 204+199+226=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCC7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7E2 is #33381D. Grayscale: #CBCBCB. Windows color (decimal): -3356702 or 14862284. OLE color: 14862284.
HSL color Cylindrical-coordinate representation of color #CCC7E2: hue angle of 251.11º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC7E2 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 199 | 226 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.11 |
| HSL | 251.11º | 0.32% | 0.83% | - |
| HSV(B) | 251.11º | 0.12% | 0.89% | - |
| XYZ | 59.05 | 59.18 | 80.26 | - |
| YUV | 203.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 226 | 0.10 | 0.12 | 0 | 0.11 | 251.11 | 0.32 | 0.83 |
| Hex | CC | C7 | E2 | A | C | 0 | B | FB | 20 | 53 |
| Octal | 314 | 307 | 342 | 12 | 14 | 0 | 13 | 373 | 40 | 123 |
| Binary | 11001100 | 11000111 | 11100010 | 1010 | 1100 | 0 | 1011 | 11111011 | 100000 | 1010011 |
Color Harmonies of #CCC7E2
Complementary color
Monochromatic Colors of #CCC7E2
Black with #CCC7E2
Text Example
Text Example
White with #CCC7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7E2; }
p { color: rgb(204,199,226); }
H1.HeaderClassName
{
color: #CCC7E2;
}
.AnyTagClassName
{
color: #CCC7E2;
}
</style>
background-color css
<style>
a { background-color: #CCC7E2; }
a { background-color: rgb(204,199,226); }
div.DivClassName
{
background-color: #CCC7E2;
}
.BgClassName
{
background-color: #CCC7E2;
}
</style>
border-color css
<style>
span { border-color: #CCC7E2; }
span { border-color: rgb(204,199,226); }
td.TdClassName
{
border-color: #CCC7E2;
}
.TagClassName
{
border-color: #CCC7E2;
}
</style>