Shades of Melrose #CCC1E0
Tints of Melrose #CCC1E0
RGB
CMYK
RGB Variations
Color information
#CCC1E0 (or 0xCCC1E0) is known color: Melrose. HEX triplet: CC, C1 and E0. RGB value is (204,193,224). Sum of RGB (Red+Green+Blue) = 204+193+224=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1E0 is #333E1F. Grayscale: #C7C7C7. Windows color (decimal): -3358240 or 14729676. OLE color: 14729676.
HSL color Cylindrical-coordinate representation of color #CCC1E0: hue angle of 261.29º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC1E0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 193 | 224 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.12 |
| HSL | 261.29º | 0.33% | 0.82% | - |
| HSV(B) | 261.29º | 0.14% | 0.88% | - |
| XYZ | 57.43 | 56.36 | 78.37 | - |
| YUV | 199.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 224 | 0.09 | 0.14 | 0 | 0.12 | 261.29 | 0.33 | 0.82 |
| Hex | CC | C1 | E0 | 9 | E | 0 | C | 105 | 21 | 52 |
| Octal | 314 | 301 | 340 | 11 | 16 | 0 | 14 | 405 | 41 | 122 |
| Binary | 11001100 | 11000001 | 11100000 | 1001 | 1110 | 0 | 1100 | 100000101 | 100001 | 1010010 |
Color Harmonies of #CCC1E0
Complementary color
Monochromatic Colors of #CCC1E0
Black with #CCC1E0
Text Example
Text Example
White with #CCC1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1E0; }
p { color: rgb(204,193,224); }
H1.HeaderClassName
{
color: #CCC1E0;
}
.AnyTagClassName
{
color: #CCC1E0;
}
</style>
background-color css
<style>
a { background-color: #CCC1E0; }
a { background-color: rgb(204,193,224); }
div.DivClassName
{
background-color: #CCC1E0;
}
.BgClassName
{
background-color: #CCC1E0;
}
</style>
border-color css
<style>
span { border-color: #CCC1E0; }
span { border-color: rgb(204,193,224); }
td.TdClassName
{
border-color: #CCC1E0;
}
.TagClassName
{
border-color: #CCC1E0;
}
</style>