Shades of Melrose #CCC5E3
Tints of Melrose #CCC5E3
RGB
CMYK
RGB Variations
Color information
#CCC5E3 (or 0xCCC5E3) is known color: Melrose. HEX triplet: CC, C5 and E3. RGB value is (204,197,227). Sum of RGB (Red+Green+Blue) = 204+197+227=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCC5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5E3 is #333A1C. Grayscale: #CACACA. Windows color (decimal): -3357213 or 14927308. OLE color: 14927308.
HSL color Cylindrical-coordinate representation of color #CCC5E3: hue angle of 254º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC5E3 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 197 | 227 | - |
CMYK | 0.10 | 0.13 | 0 | 0.11 |
HSL | 254º | 0.35% | 0.83% | - |
HSV(B) | 254º | 0.13% | 0.89% | - |
XYZ | 58.73 | 58.32 | 80.83 | - |
YUV | 202.51 | 141.82 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 227 | 0.10 | 0.13 | 0 | 0.11 | 254 | 0.35 | 0.83 |
Hex | CC | C5 | E3 | A | D | 0 | B | FE | 23 | 53 |
Octal | 314 | 305 | 343 | 12 | 15 | 0 | 13 | 376 | 43 | 123 |
Binary | 11001100 | 11000101 | 11100011 | 1010 | 1101 | 0 | 1011 | 11111110 | 100011 | 1010011 |
Color Harmonies of #CCC5E3
Complementary color
Monochromatic Colors of #CCC5E3
Black with #CCC5E3
Text Example
Text Example
White with #CCC5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5E3; }
p { color: rgb(204,197,227); }
H1.HeaderClassName
{
color: #CCC5E3;
}
.AnyTagClassName
{
color: #CCC5E3;
}
</style>
background-color css
<style>
a { background-color: #CCC5E3; }
a { background-color: rgb(204,197,227); }
div.DivClassName
{
background-color: #CCC5E3;
}
.BgClassName
{
background-color: #CCC5E3;
}
</style>
border-color css
<style>
span { border-color: #CCC5E3; }
span { border-color: rgb(204,197,227); }
td.TdClassName
{
border-color: #CCC5E3;
}
.TagClassName
{
border-color: #CCC5E3;
}
</style>