Shades of Melrose #C9BDEF
Tints of Melrose #C9BDEF
RGB
CMYK
RGB Variations
Color information
#C9BDEF (or 0xC9BDEF) is known color: Melrose. HEX triplet: C9, BD and EF. RGB value is (201,189,239). Sum of RGB (Red+Green+Blue) = 201+189+239=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDEF is #364210. Grayscale: #C6C6C6. Windows color (decimal): -3555857 or 15711689. OLE color: 15711689.
HSL color Cylindrical-coordinate representation of color #C9BDEF: hue angle of 254.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BDEF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 189 | 239 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.06 |
| HSL | 254.4º | 0.61% | 0.84% | - |
| HSV(B) | 254.4º | 0.21% | 0.94% | - |
| XYZ | 57.86 | 55.04 | 89.24 | - |
| YUV | 198.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 239 | 0.16 | 0.21 | 0 | 0.06 | 254.4 | 0.61 | 0.84 |
| Hex | C9 | BD | EF | 10 | 15 | 0 | 6 | FE | 3D | 54 |
| Octal | 311 | 275 | 357 | 20 | 25 | 0 | 6 | 376 | 75 | 124 |
| Binary | 11001001 | 10111101 | 11101111 | 10000 | 10101 | 0 | 110 | 11111110 | 111101 | 1010100 |
Color Harmonies of #C9BDEF
Complementary color
Monochromatic Colors of #C9BDEF
Black with #C9BDEF
Text Example
Text Example
White with #C9BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDEF; }
p { color: rgb(201,189,239); }
H1.HeaderClassName
{
color: #C9BDEF;
}
.AnyTagClassName
{
color: #C9BDEF;
}
</style>
background-color css
<style>
a { background-color: #C9BDEF; }
a { background-color: rgb(201,189,239); }
div.DivClassName
{
background-color: #C9BDEF;
}
.BgClassName
{
background-color: #C9BDEF;
}
</style>
border-color css
<style>
span { border-color: #C9BDEF; }
span { border-color: rgb(201,189,239); }
td.TdClassName
{
border-color: #C9BDEF;
}
.TagClassName
{
border-color: #C9BDEF;
}
</style>