Shades of Melrose #C4B7EE
Tints of Melrose #C4B7EE
RGB
CMYK
RGB Variations
Color information
#C4B7EE (or 0xC4B7EE) is known color: Melrose. HEX triplet: C4, B7 and EE. RGB value is (196,183,238). Sum of RGB (Red+Green+Blue) = 196+183+238=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B7EE is #3B4811. Grayscale: #C0C0C0. Windows color (decimal): -3885074 or 15644612. OLE color: 15644612.
HSL color Cylindrical-coordinate representation of color #C4B7EE: hue angle of 254.18º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B7EE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 183 | 238 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.07 |
| HSL | 254.18º | 0.62% | 0.83% | - |
| HSV(B) | 254.18º | 0.23% | 0.93% | - |
| XYZ | 55.13 | 51.78 | 87.98 | - |
| YUV | 193.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 238 | 0.18 | 0.23 | 0 | 0.07 | 254.18 | 0.62 | 0.83 |
| Hex | C4 | B7 | EE | 12 | 17 | 0 | 7 | FE | 3E | 53 |
| Octal | 304 | 267 | 356 | 22 | 27 | 0 | 7 | 376 | 76 | 123 |
| Binary | 11000100 | 10110111 | 11101110 | 10010 | 10111 | 0 | 111 | 11111110 | 111110 | 1010011 |
Color Harmonies of #C4B7EE
Complementary color
Monochromatic Colors of #C4B7EE
Black with #C4B7EE
Text Example
Text Example
White with #C4B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7EE; }
p { color: rgb(196,183,238); }
H1.HeaderClassName
{
color: #C4B7EE;
}
.AnyTagClassName
{
color: #C4B7EE;
}
</style>
background-color css
<style>
a { background-color: #C4B7EE; }
a { background-color: rgb(196,183,238); }
div.DivClassName
{
background-color: #C4B7EE;
}
.BgClassName
{
background-color: #C4B7EE;
}
</style>
border-color css
<style>
span { border-color: #C4B7EE; }
span { border-color: rgb(196,183,238); }
td.TdClassName
{
border-color: #C4B7EE;
}
.TagClassName
{
border-color: #C4B7EE;
}
</style>