Shades of Melrose #C4BDE1
Tints of Melrose #C4BDE1
RGB
CMYK
RGB Variations
Color information
#C4BDE1 (or 0xC4BDE1) is known color: Melrose. HEX triplet: C4, BD and E1. RGB value is (196,189,225). Sum of RGB (Red+Green+Blue) = 196+189+225=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDE1 is #3B421E. Grayscale: #C3C3C3. Windows color (decimal): -3883551 or 14794180. OLE color: 14794180.
HSL color Cylindrical-coordinate representation of color #C4BDE1: hue angle of 251.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BDE1 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 189 | 225 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.12 |
| HSL | 251.67º | 0.38% | 0.81% | - |
| HSV(B) | 251.67º | 0.16% | 0.88% | - |
| XYZ | 54.55 | 53.57 | 78.7 | - |
| YUV | 195.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 225 | 0.13 | 0.16 | 0 | 0.12 | 251.67 | 0.38 | 0.81 |
| Hex | C4 | BD | E1 | D | 10 | 0 | C | FC | 26 | 51 |
| Octal | 304 | 275 | 341 | 15 | 20 | 0 | 14 | 374 | 46 | 121 |
| Binary | 11000100 | 10111101 | 11100001 | 1101 | 10000 | 0 | 1100 | 11111100 | 100110 | 1010001 |
Color Harmonies of #C4BDE1
Complementary color
Monochromatic Colors of #C4BDE1
Black with #C4BDE1
Text Example
Text Example
White with #C4BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDE1; }
p { color: rgb(196,189,225); }
H1.HeaderClassName
{
color: #C4BDE1;
}
.AnyTagClassName
{
color: #C4BDE1;
}
</style>
background-color css
<style>
a { background-color: #C4BDE1; }
a { background-color: rgb(196,189,225); }
div.DivClassName
{
background-color: #C4BDE1;
}
.BgClassName
{
background-color: #C4BDE1;
}
</style>
border-color css
<style>
span { border-color: #C4BDE1; }
span { border-color: rgb(196,189,225); }
td.TdClassName
{
border-color: #C4BDE1;
}
.TagClassName
{
border-color: #C4BDE1;
}
</style>