Shades of Melrose #C9B2EF
Tints of Melrose #C9B2EF
RGB
CMYK
RGB Variations
Color information
#C9B2EF (or 0xC9B2EF) is known color: Melrose. HEX triplet: C9, B2 and EF. RGB value is (201,178,239). Sum of RGB (Red+Green+Blue) = 201+178+239=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2EF is #364D10. Grayscale: #BFBFBF. Windows color (decimal): -3558673 or 15708873. OLE color: 15708873.
HSL color Cylindrical-coordinate representation of color #C9B2EF: hue angle of 262.62º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9B2EF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 178 | 239 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.06 |
| HSL | 262.62º | 0.66% | 0.82% | - |
| HSV(B) | 262.62º | 0.26% | 0.94% | - |
| XYZ | 55.59 | 50.49 | 88.48 | - |
| YUV | 191.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 239 | 0.16 | 0.26 | 0 | 0.06 | 262.62 | 0.66 | 0.82 |
| Hex | C9 | B2 | EF | 10 | 1A | 0 | 6 | 107 | 42 | 52 |
| Octal | 311 | 262 | 357 | 20 | 32 | 0 | 6 | 407 | 102 | 122 |
| Binary | 11001001 | 10110010 | 11101111 | 10000 | 11010 | 0 | 110 | 100000111 | 1000010 | 1010010 |
Color Harmonies of #C9B2EF
Complementary color
Monochromatic Colors of #C9B2EF
Black with #C9B2EF
Text Example
Text Example
White with #C9B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2EF; }
p { color: rgb(201,178,239); }
H1.HeaderClassName
{
color: #C9B2EF;
}
.AnyTagClassName
{
color: #C9B2EF;
}
</style>
background-color css
<style>
a { background-color: #C9B2EF; }
a { background-color: rgb(201,178,239); }
div.DivClassName
{
background-color: #C9B2EF;
}
.BgClassName
{
background-color: #C9B2EF;
}
</style>
border-color css
<style>
span { border-color: #C9B2EF; }
span { border-color: rgb(201,178,239); }
td.TdClassName
{
border-color: #C9B2EF;
}
.TagClassName
{
border-color: #C9B2EF;
}
</style>