Shades of Melrose #C4BEDC
Tints of Melrose #C4BEDC
RGB
CMYK
RGB Variations
Color information
#C4BEDC (or 0xC4BEDC) is known color: Melrose. HEX triplet: C4, BE and DC. RGB value is (196,190,220). Sum of RGB (Red+Green+Blue) = 196+190+220=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDC is #3B4123. Grayscale: #C3C3C3. Windows color (decimal): -3883300 or 14466756. OLE color: 14466756.
HSL color Cylindrical-coordinate representation of color #C4BEDC: hue angle of 252º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BEDC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 190 | 220 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.14 |
| HSL | 252º | 0.3% | 0.8% | - |
| HSV(B) | 252º | 0.14% | 0.86% | - |
| XYZ | 54.1 | 53.73 | 75.23 | - |
| YUV | 195.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 220 | 0.11 | 0.14 | 0 | 0.14 | 252 | 0.3 | 0.8 |
| Hex | C4 | BE | DC | B | E | 0 | E | FC | 1E | 50 |
| Octal | 304 | 276 | 334 | 13 | 16 | 0 | 16 | 374 | 36 | 120 |
| Binary | 11000100 | 10111110 | 11011100 | 1011 | 1110 | 0 | 1110 | 11111100 | 11110 | 1010000 |
Color Harmonies of #C4BEDC
Complementary color
Monochromatic Colors of #C4BEDC
Black with #C4BEDC
Text Example
Text Example
White with #C4BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEDC; }
p { color: rgb(196,190,220); }
H1.HeaderClassName
{
color: #C4BEDC;
}
.AnyTagClassName
{
color: #C4BEDC;
}
</style>
background-color css
<style>
a { background-color: #C4BEDC; }
a { background-color: rgb(196,190,220); }
div.DivClassName
{
background-color: #C4BEDC;
}
.BgClassName
{
background-color: #C4BEDC;
}
</style>
border-color css
<style>
span { border-color: #C4BEDC; }
span { border-color: rgb(196,190,220); }
td.TdClassName
{
border-color: #C4BEDC;
}
.TagClassName
{
border-color: #C4BEDC;
}
</style>