Shades of Melrose #C2B9EA
Tints of Melrose #C2B9EA
RGB
CMYK
RGB Variations
Color information
#C2B9EA (or 0xC2B9EA) is known color: Melrose. HEX triplet: C2, B9 and EA. RGB value is (194,185,234). Sum of RGB (Red+Green+Blue) = 194+185+234=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9EA is #3D4615. Grayscale: #C1C1C1. Windows color (decimal): -4015638 or 15382978. OLE color: 15382978.
HSL color Cylindrical-coordinate representation of color #C2B9EA: hue angle of 251.02º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B9EA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 185 | 234 | - |
CMYK | 0.17 | 0.21 | 0 | 0.08 |
HSL | 251.02º | 0.54% | 0.82% | - |
HSV(B) | 251.02º | 0.21% | 0.92% | - |
XYZ | 54.45 | 52.11 | 85.03 | - |
YUV | 193.28 | 150.98 | 128.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 185 | 234 | 0.17 | 0.21 | 0 | 0.08 | 251.02 | 0.54 | 0.82 |
Hex | C2 | B9 | EA | 11 | 15 | 0 | 8 | FB | 36 | 52 |
Octal | 302 | 271 | 352 | 21 | 25 | 0 | 10 | 373 | 66 | 122 |
Binary | 11000010 | 10111001 | 11101010 | 10001 | 10101 | 0 | 1000 | 11111011 | 110110 | 1010010 |
Color Harmonies of #C2B9EA
Complementary color
Monochromatic Colors of #C2B9EA
Black with #C2B9EA
Text Example
Text Example
White with #C2B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9EA; }
p { color: rgb(194,185,234); }
H1.HeaderClassName
{
color: #C2B9EA;
}
.AnyTagClassName
{
color: #C2B9EA;
}
</style>
background-color css
<style>
a { background-color: #C2B9EA; }
a { background-color: rgb(194,185,234); }
div.DivClassName
{
background-color: #C2B9EA;
}
.BgClassName
{
background-color: #C2B9EA;
}
</style>
border-color css
<style>
span { border-color: #C2B9EA; }
span { border-color: rgb(194,185,234); }
td.TdClassName
{
border-color: #C2B9EA;
}
.TagClassName
{
border-color: #C2B9EA;
}
</style>