Shades of Melrose #CCC1E6
Tints of Melrose #CCC1E6
RGB
CMYK
RGB Variations
Color information
#CCC1E6 (or 0xCCC1E6) is known color: Melrose. HEX triplet: CC, C1 and E6. RGB value is (204,193,230). Sum of RGB (Red+Green+Blue) = 204+193+230=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCC1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1E6 is #333E19. Grayscale: #C8C8C8. Windows color (decimal): -3358234 or 15122892. OLE color: 15122892.
HSL color Cylindrical-coordinate representation of color #CCC1E6: hue angle of 257.84º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC1E6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 193 | 230 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.10 |
| HSL | 257.84º | 0.43% | 0.83% | - |
| HSV(B) | 257.84º | 0.16% | 0.9% | - |
| XYZ | 58.25 | 56.69 | 82.73 | - |
| YUV | 200.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 230 | 0.11 | 0.16 | 0 | 0.10 | 257.84 | 0.43 | 0.83 |
| Hex | CC | C1 | E6 | B | 10 | 0 | A | 102 | 2B | 53 |
| Octal | 314 | 301 | 346 | 13 | 20 | 0 | 12 | 402 | 53 | 123 |
| Binary | 11001100 | 11000001 | 11100110 | 1011 | 10000 | 0 | 1010 | 100000010 | 101011 | 1010011 |
Color Harmonies of #CCC1E6
Complementary color
Monochromatic Colors of #CCC1E6
Black with #CCC1E6
Text Example
Text Example
White with #CCC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1E6; }
p { color: rgb(204,193,230); }
H1.HeaderClassName
{
color: #CCC1E6;
}
.AnyTagClassName
{
color: #CCC1E6;
}
</style>
background-color css
<style>
a { background-color: #CCC1E6; }
a { background-color: rgb(204,193,230); }
div.DivClassName
{
background-color: #CCC1E6;
}
.BgClassName
{
background-color: #CCC1E6;
}
</style>
border-color css
<style>
span { border-color: #CCC1E6; }
span { border-color: rgb(204,193,230); }
td.TdClassName
{
border-color: #CCC1E6;
}
.TagClassName
{
border-color: #CCC1E6;
}
</style>