Shades of Melrose #CCC3DA
Tints of Melrose #CCC3DA
RGB
CMYK
RGB Variations
Color information
#CCC3DA (or 0xCCC3DA) is known color: Melrose. HEX triplet: CC, C3 and DA. RGB value is (204,195,218). Sum of RGB (Red+Green+Blue) = 204+195+218=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DA is #333C25. Grayscale: #C8C8C8. Windows color (decimal): -3357734 or 14336972. OLE color: 14336972.
HSL color Cylindrical-coordinate representation of color #CCC3DA: hue angle of 263.48º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC3DA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 195 | 218 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.15 |
| HSL | 263.48º | 0.24% | 0.81% | - |
| HSV(B) | 263.48º | 0.11% | 0.85% | - |
| XYZ | 57.07 | 56.93 | 74.31 | - |
| YUV | 200.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 218 | 0.06 | 0.11 | 0 | 0.15 | 263.48 | 0.24 | 0.81 |
| Hex | CC | C3 | DA | 6 | B | 0 | F | 107 | 18 | 51 |
| Octal | 314 | 303 | 332 | 6 | 13 | 0 | 17 | 407 | 30 | 121 |
| Binary | 11001100 | 11000011 | 11011010 | 110 | 1011 | 0 | 1111 | 100000111 | 11000 | 1010001 |
Color Harmonies of #CCC3DA
Complementary color
Monochromatic Colors of #CCC3DA
Black with #CCC3DA
Text Example
Text Example
White with #CCC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3DA; }
p { color: rgb(204,195,218); }
H1.HeaderClassName
{
color: #CCC3DA;
}
.AnyTagClassName
{
color: #CCC3DA;
}
</style>
background-color css
<style>
a { background-color: #CCC3DA; }
a { background-color: rgb(204,195,218); }
div.DivClassName
{
background-color: #CCC3DA;
}
.BgClassName
{
background-color: #CCC3DA;
}
</style>
border-color css
<style>
span { border-color: #CCC3DA; }
span { border-color: rgb(204,195,218); }
td.TdClassName
{
border-color: #CCC3DA;
}
.TagClassName
{
border-color: #CCC3DA;
}
</style>