Shades of Melrose #C9C5DD
Tints of Melrose #C9C5DD
RGB
CMYK
RGB Variations
Color information
#C9C5DD (or 0xC9C5DD) is known color: Melrose. HEX triplet: C9, C5 and DD. RGB value is (201,197,221). Sum of RGB (Red+Green+Blue) = 201+197+221=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5DD is #363A22. Grayscale: #C8C8C8. Windows color (decimal): -3553827 or 14534089. OLE color: 14534089.
HSL color Cylindrical-coordinate representation of color #C9C5DD: hue angle of 250º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C5DD is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 197 | 221 | - |
CMYK | 0.09 | 0.11 | 0 | 0.13 |
HSL | 250º | 0.26% | 0.82% | - |
HSV(B) | 250º | 0.11% | 0.87% | - |
XYZ | 57.1 | 57.57 | 76.51 | - |
YUV | 200.93 | 139.33 | 128.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 197 | 221 | 0.09 | 0.11 | 0 | 0.13 | 250 | 0.26 | 0.82 |
Hex | C9 | C5 | DD | 9 | B | 0 | D | FA | 1A | 52 |
Octal | 311 | 305 | 335 | 11 | 13 | 0 | 15 | 372 | 32 | 122 |
Binary | 11001001 | 11000101 | 11011101 | 1001 | 1011 | 0 | 1101 | 11111010 | 11010 | 1010010 |
Color Harmonies of #C9C5DD
Complementary color
Monochromatic Colors of #C9C5DD
Black with #C9C5DD
Text Example
Text Example
White with #C9C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C5DD; }
p { color: rgb(201,197,221); }
H1.HeaderClassName
{
color: #C9C5DD;
}
.AnyTagClassName
{
color: #C9C5DD;
}
</style>
background-color css
<style>
a { background-color: #C9C5DD; }
a { background-color: rgb(201,197,221); }
div.DivClassName
{
background-color: #C9C5DD;
}
.BgClassName
{
background-color: #C9C5DD;
}
</style>
border-color css
<style>
span { border-color: #C9C5DD; }
span { border-color: rgb(201,197,221); }
td.TdClassName
{
border-color: #C9C5DD;
}
.TagClassName
{
border-color: #C9C5DD;
}
</style>