Shades of Melrose #C9C1DD
Tints of Melrose #C9C1DD
RGB
CMYK
RGB Variations
Color information
#C9C1DD (or 0xC9C1DD) is known color: Melrose. HEX triplet: C9, C1 and DD. RGB value is (201,193,221). Sum of RGB (Red+Green+Blue) = 201+193+221=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1DD is #363E22. Grayscale: #C6C6C6. Windows color (decimal): -3554851 or 14533065. OLE color: 14533065.
HSL color Cylindrical-coordinate representation of color #C9C1DD: hue angle of 257.14º 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 #C9C1DD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 193 | 221 | - |
CMYK | 0.09 | 0.13 | 0 | 0.13 |
HSL | 257.14º | 0.29% | 0.81% | - |
HSV(B) | 257.14º | 0.13% | 0.87% | - |
XYZ | 56.21 | 55.78 | 76.21 | - |
YUV | 198.58 | 140.65 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 193 | 221 | 0.09 | 0.13 | 0 | 0.13 | 257.14 | 0.29 | 0.81 |
Hex | C9 | C1 | DD | 9 | D | 0 | D | 101 | 1D | 51 |
Octal | 311 | 301 | 335 | 11 | 15 | 0 | 15 | 401 | 35 | 121 |
Binary | 11001001 | 11000001 | 11011101 | 1001 | 1101 | 0 | 1101 | 100000001 | 11101 | 1010001 |
Color Harmonies of #C9C1DD
Complementary color
Monochromatic Colors of #C9C1DD
Black with #C9C1DD
Text Example
Text Example
White with #C9C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C1DD; }
p { color: rgb(201,193,221); }
H1.HeaderClassName
{
color: #C9C1DD;
}
.AnyTagClassName
{
color: #C9C1DD;
}
</style>
background-color css
<style>
a { background-color: #C9C1DD; }
a { background-color: rgb(201,193,221); }
div.DivClassName
{
background-color: #C9C1DD;
}
.BgClassName
{
background-color: #C9C1DD;
}
</style>
border-color css
<style>
span { border-color: #C9C1DD; }
span { border-color: rgb(201,193,221); }
td.TdClassName
{
border-color: #C9C1DD;
}
.TagClassName
{
border-color: #C9C1DD;
}
</style>