Shades of Melrose #C4BDE2
Tints of Melrose #C4BDE2
RGB
CMYK
RGB Variations
Color information
#C4BDE2 (or 0xC4BDE2) is known color: Melrose. HEX triplet: C4, BD and E2. RGB value is (196,189,226). Sum of RGB (Red+Green+Blue) = 196+189+226=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #C4BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDE2 is #3B421D. Grayscale: #C3C3C3. Windows color (decimal): -3883550 or 14859716. OLE color: 14859716.
HSL color Cylindrical-coordinate representation of color #C4BDE2: hue angle of 251.35º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BDE2 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 189 | 226 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.11 |
| HSL | 251.35º | 0.39% | 0.81% | - |
| HSV(B) | 251.35º | 0.16% | 0.89% | - |
| XYZ | 54.69 | 53.62 | 79.42 | - |
| YUV | 195.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 226 | 0.13 | 0.16 | 0 | 0.11 | 251.35 | 0.39 | 0.81 |
| Hex | C4 | BD | E2 | D | 10 | 0 | B | FB | 27 | 51 |
| Octal | 304 | 275 | 342 | 15 | 20 | 0 | 13 | 373 | 47 | 121 |
| Binary | 11000100 | 10111101 | 11100010 | 1101 | 10000 | 0 | 1011 | 11111011 | 100111 | 1010001 |
Color Harmonies of #C4BDE2
Complementary color
Monochromatic Colors of #C4BDE2
Black with #C4BDE2
Text Example
Text Example
White with #C4BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDE2; }
p { color: rgb(196,189,226); }
H1.HeaderClassName
{
color: #C4BDE2;
}
.AnyTagClassName
{
color: #C4BDE2;
}
</style>
background-color css
<style>
a { background-color: #C4BDE2; }
a { background-color: rgb(196,189,226); }
div.DivClassName
{
background-color: #C4BDE2;
}
.BgClassName
{
background-color: #C4BDE2;
}
</style>
border-color css
<style>
span { border-color: #C4BDE2; }
span { border-color: rgb(196,189,226); }
td.TdClassName
{
border-color: #C4BDE2;
}
.TagClassName
{
border-color: #C4BDE2;
}
</style>