Shades of Melrose #CCC3DE
Tints of Melrose #CCC3DE
RGB
CMYK
RGB Variations
Color information
#CCC3DE (or 0xCCC3DE) is known color: Melrose. HEX triplet: CC, C3 and DE. RGB value is (204,195,222). Sum of RGB (Red+Green+Blue) = 204+195+222=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DE is #333C21. Grayscale: #C8C8C8. Windows color (decimal): -3357730 or 14599116. OLE color: 14599116.
HSL color Cylindrical-coordinate representation of color #CCC3DE: hue angle of 260º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCC3DE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 195 | 222 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.13 |
| HSL | 260º | 0.29% | 0.82% | - |
| HSV(B) | 260º | 0.12% | 0.87% | - |
| XYZ | 57.6 | 57.14 | 77.1 | - |
| YUV | 200.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 222 | 0.08 | 0.12 | 0 | 0.13 | 260 | 0.29 | 0.82 |
| Hex | CC | C3 | DE | 8 | C | 0 | D | 104 | 1D | 52 |
| Octal | 314 | 303 | 336 | 10 | 14 | 0 | 15 | 404 | 35 | 122 |
| Binary | 11001100 | 11000011 | 11011110 | 1000 | 1100 | 0 | 1101 | 100000100 | 11101 | 1010010 |
Color Harmonies of #CCC3DE
Complementary color
Monochromatic Colors of #CCC3DE
Black with #CCC3DE
Text Example
Text Example
White with #CCC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3DE; }
p { color: rgb(204,195,222); }
H1.HeaderClassName
{
color: #CCC3DE;
}
.AnyTagClassName
{
color: #CCC3DE;
}
</style>
background-color css
<style>
a { background-color: #CCC3DE; }
a { background-color: rgb(204,195,222); }
div.DivClassName
{
background-color: #CCC3DE;
}
.BgClassName
{
background-color: #CCC3DE;
}
</style>
border-color css
<style>
span { border-color: #CCC3DE; }
span { border-color: rgb(204,195,222); }
td.TdClassName
{
border-color: #CCC3DE;
}
.TagClassName
{
border-color: #CCC3DE;
}
</style>