Shades of Melrose #C9BDDA
Tints of Melrose #C9BDDA
RGB
CMYK
RGB Variations
Color information
#C9BDDA (or 0xC9BDDA) is known color: Melrose. HEX triplet: C9, BD and DA. RGB value is (201,189,218). Sum of RGB (Red+Green+Blue) = 201+189+218=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDDA is #364225. Grayscale: #C3C3C3. Windows color (decimal): -3555878 or 14335433. OLE color: 14335433.
HSL color Cylindrical-coordinate representation of color #C9BDDA: hue angle of 264.83º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BDDA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 189 | 218 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.15 |
| HSL | 264.83º | 0.28% | 0.8% | - |
| HSV(B) | 264.83º | 0.13% | 0.85% | - |
| XYZ | 54.94 | 53.87 | 73.83 | - |
| YUV | 195.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 218 | 0.08 | 0.13 | 0 | 0.15 | 264.83 | 0.28 | 0.8 |
| Hex | C9 | BD | DA | 8 | D | 0 | F | 109 | 1C | 50 |
| Octal | 311 | 275 | 332 | 10 | 15 | 0 | 17 | 411 | 34 | 120 |
| Binary | 11001001 | 10111101 | 11011010 | 1000 | 1101 | 0 | 1111 | 100001001 | 11100 | 1010000 |
Color Harmonies of #C9BDDA
Complementary color
Monochromatic Colors of #C9BDDA
Black with #C9BDDA
Text Example
Text Example
White with #C9BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDDA; }
p { color: rgb(201,189,218); }
H1.HeaderClassName
{
color: #C9BDDA;
}
.AnyTagClassName
{
color: #C9BDDA;
}
</style>
background-color css
<style>
a { background-color: #C9BDDA; }
a { background-color: rgb(201,189,218); }
div.DivClassName
{
background-color: #C9BDDA;
}
.BgClassName
{
background-color: #C9BDDA;
}
</style>
border-color css
<style>
span { border-color: #C9BDDA; }
span { border-color: rgb(201,189,218); }
td.TdClassName
{
border-color: #C9BDDA;
}
.TagClassName
{
border-color: #C9BDDA;
}
</style>