Shades of Melrose #CCC5E5
Tints of Melrose #CCC5E5
RGB
CMYK
RGB Variations
Color information
#CCC5E5 (or 0xCCC5E5) is known color: Melrose. HEX triplet: CC, C5 and E5. RGB value is (204,197,229). Sum of RGB (Red+Green+Blue) = 204+197+229=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5E5 is #333A1A. Grayscale: #CACACA. Windows color (decimal): -3357211 or 15058380. OLE color: 15058380.
HSL color Cylindrical-coordinate representation of color #CCC5E5: hue angle of 253.12º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC5E5 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 197 | 229 | - |
CMYK | 0.11 | 0.14 | 0 | 0.10 |
HSL | 253.13º | 0.38% | 0.84% | - |
HSV(B) | 253.13º | 0.14% | 0.9% | - |
XYZ | 59.01 | 58.43 | 82.3 | - |
YUV | 202.74 | 142.82 | 128.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 229 | 0.11 | 0.14 | 0 | 0.10 | 253.13 | 0.38 | 0.84 |
Hex | CC | C5 | E5 | B | E | 0 | A | FD | 26 | 54 |
Octal | 314 | 305 | 345 | 13 | 16 | 0 | 12 | 375 | 46 | 124 |
Binary | 11001100 | 11000101 | 11100101 | 1011 | 1110 | 0 | 1010 | 11111101 | 100110 | 1010100 |
Color Harmonies of #CCC5E5
Complementary color
Monochromatic Colors of #CCC5E5
Black with #CCC5E5
Text Example
Text Example
White with #CCC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5E5; }
p { color: rgb(204,197,229); }
H1.HeaderClassName
{
color: #CCC5E5;
}
.AnyTagClassName
{
color: #CCC5E5;
}
</style>
background-color css
<style>
a { background-color: #CCC5E5; }
a { background-color: rgb(204,197,229); }
div.DivClassName
{
background-color: #CCC5E5;
}
.BgClassName
{
background-color: #CCC5E5;
}
</style>
border-color css
<style>
span { border-color: #CCC5E5; }
span { border-color: rgb(204,197,229); }
td.TdClassName
{
border-color: #CCC5E5;
}
.TagClassName
{
border-color: #CCC5E5;
}
</style>