Shades of Melrose #CCC1DE
Tints of Melrose #CCC1DE
RGB
CMYK
RGB Variations
Color information
#CCC1DE (or 0xCCC1DE) is known color: Melrose. HEX triplet: CC, C1 and DE. RGB value is (204,193,222). Sum of RGB (Red+Green+Blue) = 204+193+222=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DE is #333E21. Grayscale: #C7C7C7. Windows color (decimal): -3358242 or 14598604. OLE color: 14598604.
HSL color Cylindrical-coordinate representation of color #CCC1DE: hue angle of 262.76º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC1DE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 193 | 222 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.13 |
| HSL | 262.76º | 0.31% | 0.81% | - |
| HSV(B) | 262.76º | 0.13% | 0.87% | - |
| XYZ | 57.16 | 56.25 | 76.95 | - |
| YUV | 199.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 222 | 0.08 | 0.13 | 0 | 0.13 | 262.76 | 0.31 | 0.81 |
| Hex | CC | C1 | DE | 8 | D | 0 | D | 107 | 1F | 51 |
| Octal | 314 | 301 | 336 | 10 | 15 | 0 | 15 | 407 | 37 | 121 |
| Binary | 11001100 | 11000001 | 11011110 | 1000 | 1101 | 0 | 1101 | 100000111 | 11111 | 1010001 |
Color Harmonies of #CCC1DE
Complementary color
Monochromatic Colors of #CCC1DE
Black with #CCC1DE
Text Example
Text Example
White with #CCC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1DE; }
p { color: rgb(204,193,222); }
H1.HeaderClassName
{
color: #CCC1DE;
}
.AnyTagClassName
{
color: #CCC1DE;
}
</style>
background-color css
<style>
a { background-color: #CCC1DE; }
a { background-color: rgb(204,193,222); }
div.DivClassName
{
background-color: #CCC1DE;
}
.BgClassName
{
background-color: #CCC1DE;
}
</style>
border-color css
<style>
span { border-color: #CCC1DE; }
span { border-color: rgb(204,193,222); }
td.TdClassName
{
border-color: #CCC1DE;
}
.TagClassName
{
border-color: #CCC1DE;
}
</style>