Shades of Melrose #C4B9E7
Tints of Melrose #C4B9E7
RGB
CMYK
RGB Variations
Color information
#C4B9E7 (or 0xC4B9E7) is known color: Melrose. HEX triplet: C4, B9 and E7. RGB value is (196,185,231). Sum of RGB (Red+Green+Blue) = 196+185+231=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4B9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B9E7 is #3B4618. Grayscale: #C1C1C1. Windows color (decimal): -3884569 or 15186372. OLE color: 15186372.
HSL color Cylindrical-coordinate representation of color #C4B9E7: hue angle of 254.35º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4B9E7 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 185 | 231 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.09 |
| HSL | 254.35º | 0.49% | 0.82% | - |
| HSV(B) | 254.35º | 0.2% | 0.91% | - |
| XYZ | 54.54 | 52.2 | 82.8 | - |
| YUV | 193.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 231 | 0.15 | 0.20 | 0 | 0.09 | 254.35 | 0.49 | 0.82 |
| Hex | C4 | B9 | E7 | F | 14 | 0 | 9 | FE | 31 | 52 |
| Octal | 304 | 271 | 347 | 17 | 24 | 0 | 11 | 376 | 61 | 122 |
| Binary | 11000100 | 10111001 | 11100111 | 1111 | 10100 | 0 | 1001 | 11111110 | 110001 | 1010010 |
Color Harmonies of #C4B9E7
Complementary color
Monochromatic Colors of #C4B9E7
Black with #C4B9E7
Text Example
Text Example
White with #C4B9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B9E7; }
p { color: rgb(196,185,231); }
H1.HeaderClassName
{
color: #C4B9E7;
}
.AnyTagClassName
{
color: #C4B9E7;
}
</style>
background-color css
<style>
a { background-color: #C4B9E7; }
a { background-color: rgb(196,185,231); }
div.DivClassName
{
background-color: #C4B9E7;
}
.BgClassName
{
background-color: #C4B9E7;
}
</style>
border-color css
<style>
span { border-color: #C4B9E7; }
span { border-color: rgb(196,185,231); }
td.TdClassName
{
border-color: #C4B9E7;
}
.TagClassName
{
border-color: #C4B9E7;
}
</style>