Shades of Melrose #CCC2E7
Tints of Melrose #CCC2E7
RGB
CMYK
RGB Variations
Color information
#CCC2E7 (or 0xCCC2E7) is known color: Melrose. HEX triplet: CC, C2 and E7. RGB value is (204,194,231). Sum of RGB (Red+Green+Blue) = 204+194+231=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2E7 is #333D18. Grayscale: #C9C9C9. Windows color (decimal): -3357977 or 15188684. OLE color: 15188684.
HSL color Cylindrical-coordinate representation of color #CCC2E7: hue angle of 256.22º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC2E7 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 194 | 231 | - |
CMYK | 0.12 | 0.16 | 0 | 0.09 |
HSL | 256.22º | 0.44% | 0.83% | - |
HSV(B) | 256.22º | 0.16% | 0.91% | - |
XYZ | 58.62 | 57.19 | 83.55 | - |
YUV | 201.21 | 144.81 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 231 | 0.12 | 0.16 | 0 | 0.09 | 256.22 | 0.44 | 0.83 |
Hex | CC | C2 | E7 | C | 10 | 0 | 9 | 100 | 2C | 53 |
Octal | 314 | 302 | 347 | 14 | 20 | 0 | 11 | 400 | 54 | 123 |
Binary | 11001100 | 11000010 | 11100111 | 1100 | 10000 | 0 | 1001 | 100000000 | 101100 | 1010011 |
Color Harmonies of #CCC2E7
Complementary color
Monochromatic Colors of #CCC2E7
Black with #CCC2E7
Text Example
Text Example
White with #CCC2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2E7; }
p { color: rgb(204,194,231); }
H1.HeaderClassName
{
color: #CCC2E7;
}
.AnyTagClassName
{
color: #CCC2E7;
}
</style>
background-color css
<style>
a { background-color: #CCC2E7; }
a { background-color: rgb(204,194,231); }
div.DivClassName
{
background-color: #CCC2E7;
}
.BgClassName
{
background-color: #CCC2E7;
}
</style>
border-color css
<style>
span { border-color: #CCC2E7; }
span { border-color: rgb(204,194,231); }
td.TdClassName
{
border-color: #CCC2E7;
}
.TagClassName
{
border-color: #CCC2E7;
}
</style>