Shades of Melrose #C4BEDB
Tints of Melrose #C4BEDB
RGB
CMYK
RGB Variations
Color information
#C4BEDB (or 0xC4BEDB) is known color: Melrose. HEX triplet: C4, BE and DB. RGB value is (196,190,219). Sum of RGB (Red+Green+Blue) = 196+190+219=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDB is #3B4124. Grayscale: #C2C2C2. Windows color (decimal): -3883301 or 14401220. OLE color: 14401220.
HSL color Cylindrical-coordinate representation of color #C4BEDB: hue angle of 252.41º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BEDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 190 | 219 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.14 |
| HSL | 252.41º | 0.29% | 0.8% | - |
| HSV(B) | 252.41º | 0.13% | 0.86% | - |
| XYZ | 53.96 | 53.68 | 74.53 | - |
| YUV | 195.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 219 | 0.11 | 0.13 | 0 | 0.14 | 252.41 | 0.29 | 0.8 |
| Hex | C4 | BE | DB | B | D | 0 | E | FC | 1D | 50 |
| Octal | 304 | 276 | 333 | 13 | 15 | 0 | 16 | 374 | 35 | 120 |
| Binary | 11000100 | 10111110 | 11011011 | 1011 | 1101 | 0 | 1110 | 11111100 | 11101 | 1010000 |
Color Harmonies of #C4BEDB
Complementary color
Monochromatic Colors of #C4BEDB
Black with #C4BEDB
Text Example
Text Example
White with #C4BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEDB; }
p { color: rgb(196,190,219); }
H1.HeaderClassName
{
color: #C4BEDB;
}
.AnyTagClassName
{
color: #C4BEDB;
}
</style>
background-color css
<style>
a { background-color: #C4BEDB; }
a { background-color: rgb(196,190,219); }
div.DivClassName
{
background-color: #C4BEDB;
}
.BgClassName
{
background-color: #C4BEDB;
}
</style>
border-color css
<style>
span { border-color: #C4BEDB; }
span { border-color: rgb(196,190,219); }
td.TdClassName
{
border-color: #C4BEDB;
}
.TagClassName
{
border-color: #C4BEDB;
}
</style>