Shades of Melrose #CCC1DD
Tints of Melrose #CCC1DD
RGB
CMYK
RGB Variations
Color information
#CCC1DD (or 0xCCC1DD) is known color: Melrose. HEX triplet: CC, C1 and DD. RGB value is (204,193,221). Sum of RGB (Red+Green+Blue) = 204+193+221=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DD is #333E22. Grayscale: #C7C7C7. Windows color (decimal): -3358243 or 14533068. OLE color: 14533068.
HSL color Cylindrical-coordinate representation of color #CCC1DD: hue angle of 263.57º degrees, saturation: 0.29, 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 #CCC1DD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 193 | 221 | - |
CMYK | 0.08 | 0.13 | 0 | 0.13 |
HSL | 263.57º | 0.29% | 0.81% | - |
HSV(B) | 263.57º | 0.13% | 0.87% | - |
XYZ | 57.02 | 56.2 | 76.25 | - |
YUV | 199.48 | 140.14 | 131.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 221 | 0.08 | 0.13 | 0 | 0.13 | 263.57 | 0.29 | 0.81 |
Hex | CC | C1 | DD | 8 | D | 0 | D | 108 | 1D | 51 |
Octal | 314 | 301 | 335 | 10 | 15 | 0 | 15 | 410 | 35 | 121 |
Binary | 11001100 | 11000001 | 11011101 | 1000 | 1101 | 0 | 1101 | 100001000 | 11101 | 1010001 |
Color Harmonies of #CCC1DD
Complementary color
Monochromatic Colors of #CCC1DD
Black with #CCC1DD
Text Example
Text Example
White with #CCC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1DD; }
p { color: rgb(204,193,221); }
H1.HeaderClassName
{
color: #CCC1DD;
}
.AnyTagClassName
{
color: #CCC1DD;
}
</style>
background-color css
<style>
a { background-color: #CCC1DD; }
a { background-color: rgb(204,193,221); }
div.DivClassName
{
background-color: #CCC1DD;
}
.BgClassName
{
background-color: #CCC1DD;
}
</style>
border-color css
<style>
span { border-color: #CCC1DD; }
span { border-color: rgb(204,193,221); }
td.TdClassName
{
border-color: #CCC1DD;
}
.TagClassName
{
border-color: #CCC1DD;
}
</style>