Shades of Melrose #C9C2DD
Tints of Melrose #C9C2DD
RGB
CMYK
RGB Variations
Color information
#C9C2DD (or 0xC9C2DD) is known color: Melrose. HEX triplet: C9, C2 and DD. RGB value is (201,194,221). Sum of RGB (Red+Green+Blue) = 201+194+221=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2DD is #363D22. Grayscale: #C7C7C7. Windows color (decimal): -3554595 or 14533321. OLE color: 14533321.
HSL color Cylindrical-coordinate representation of color #C9C2DD: hue angle of 255.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9C2DD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 194 | 221 | - |
CMYK | 0.09 | 0.12 | 0 | 0.13 |
HSL | 255.56º | 0.28% | 0.81% | - |
HSV(B) | 255.56º | 0.12% | 0.87% | - |
XYZ | 56.43 | 56.22 | 76.28 | - |
YUV | 199.17 | 140.32 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 194 | 221 | 0.09 | 0.12 | 0 | 0.13 | 255.56 | 0.28 | 0.81 |
Hex | C9 | C2 | DD | 9 | C | 0 | D | 100 | 1C | 51 |
Octal | 311 | 302 | 335 | 11 | 14 | 0 | 15 | 400 | 34 | 121 |
Binary | 11001001 | 11000010 | 11011101 | 1001 | 1100 | 0 | 1101 | 100000000 | 11100 | 1010001 |
Color Harmonies of #C9C2DD
Complementary color
Monochromatic Colors of #C9C2DD
Black with #C9C2DD
Text Example
Text Example
White with #C9C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2DD; }
p { color: rgb(201,194,221); }
H1.HeaderClassName
{
color: #C9C2DD;
}
.AnyTagClassName
{
color: #C9C2DD;
}
</style>
background-color css
<style>
a { background-color: #C9C2DD; }
a { background-color: rgb(201,194,221); }
div.DivClassName
{
background-color: #C9C2DD;
}
.BgClassName
{
background-color: #C9C2DD;
}
</style>
border-color css
<style>
span { border-color: #C9C2DD; }
span { border-color: rgb(201,194,221); }
td.TdClassName
{
border-color: #C9C2DD;
}
.TagClassName
{
border-color: #C9C2DD;
}
</style>