Shades of Melrose #C4BDE8
Tints of Melrose #C4BDE8
RGB
CMYK
RGB Variations
Color information
#C4BDE8 (or 0xC4BDE8) is known color: Melrose. HEX triplet: C4, BD and E8. RGB value is (196,189,232). Sum of RGB (Red+Green+Blue) = 196+189+232=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDE8 is #3B4217. Grayscale: #C3C3C3. Windows color (decimal): -3883544 or 15252932. OLE color: 15252932.
HSL color Cylindrical-coordinate representation of color #C4BDE8: hue angle of 249.77º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BDE8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 189 | 232 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.09 |
| HSL | 249.77º | 0.48% | 0.83% | - |
| HSV(B) | 249.77º | 0.19% | 0.91% | - |
| XYZ | 55.53 | 53.96 | 83.83 | - |
| YUV | 196 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 232 | 0.16 | 0.19 | 0 | 0.09 | 249.77 | 0.48 | 0.83 |
| Hex | C4 | BD | E8 | 10 | 13 | 0 | 9 | FA | 30 | 53 |
| Octal | 304 | 275 | 350 | 20 | 23 | 0 | 11 | 372 | 60 | 123 |
| Binary | 11000100 | 10111101 | 11101000 | 10000 | 10011 | 0 | 1001 | 11111010 | 110000 | 1010011 |
Color Harmonies of #C4BDE8
Complementary color
Monochromatic Colors of #C4BDE8
Black with #C4BDE8
Text Example
Text Example
White with #C4BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDE8; }
p { color: rgb(196,189,232); }
H1.HeaderClassName
{
color: #C4BDE8;
}
.AnyTagClassName
{
color: #C4BDE8;
}
</style>
background-color css
<style>
a { background-color: #C4BDE8; }
a { background-color: rgb(196,189,232); }
div.DivClassName
{
background-color: #C4BDE8;
}
.BgClassName
{
background-color: #C4BDE8;
}
</style>
border-color css
<style>
span { border-color: #C4BDE8; }
span { border-color: rgb(196,189,232); }
td.TdClassName
{
border-color: #C4BDE8;
}
.TagClassName
{
border-color: #C4BDE8;
}
</style>