Shades of Melrose #CCC9DA
Tints of Melrose #CCC9DA
RGB
CMYK
RGB Variations
Color information
#CCC9DA (or 0xCCC9DA) is known color: Melrose. HEX triplet: CC, C9 and DA. RGB value is (204,201,218). Sum of RGB (Red+Green+Blue) = 204+201+218=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DA is #333625. Grayscale: #CBCBCB. Windows color (decimal): -3356198 or 14338508. OLE color: 14338508.
HSL color Cylindrical-coordinate representation of color #CCC9DA: hue angle of 250.59º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC9DA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 201 | 218 | - |
CMYK | 0.06 | 0.08 | 0 | 0.15 |
HSL | 250.59º | 0.19% | 0.82% | - |
HSV(B) | 250.59º | 0.08% | 0.85% | - |
XYZ | 58.44 | 59.67 | 74.77 | - |
YUV | 203.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 201 | 218 | 0.06 | 0.08 | 0 | 0.15 | 250.59 | 0.19 | 0.82 |
Hex | CC | C9 | DA | 6 | 8 | 0 | F | FB | 13 | 52 |
Octal | 314 | 311 | 332 | 6 | 10 | 0 | 17 | 373 | 23 | 122 |
Binary | 11001100 | 11001001 | 11011010 | 110 | 1000 | 0 | 1111 | 11111011 | 10011 | 1010010 |
Color Harmonies of #CCC9DA
Complementary color
Monochromatic Colors of #CCC9DA
Black with #CCC9DA
Text Example
Text Example
White with #CCC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC9DA; }
p { color: rgb(204,201,218); }
H1.HeaderClassName
{
color: #CCC9DA;
}
.AnyTagClassName
{
color: #CCC9DA;
}
</style>
background-color css
<style>
a { background-color: #CCC9DA; }
a { background-color: rgb(204,201,218); }
div.DivClassName
{
background-color: #CCC9DA;
}
.BgClassName
{
background-color: #CCC9DA;
}
</style>
border-color css
<style>
span { border-color: #CCC9DA; }
span { border-color: rgb(204,201,218); }
td.TdClassName
{
border-color: #CCC9DA;
}
.TagClassName
{
border-color: #CCC9DA;
}
</style>