Shades of Melrose #C4BEDA
Tints of Melrose #C4BEDA
RGB
CMYK
RGB Variations
Color information
#C4BEDA (or 0xC4BEDA) is known color: Melrose. HEX triplet: C4, BE and DA. RGB value is (196,190,218). Sum of RGB (Red+Green+Blue) = 196+190+218=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDA is #3B4125. Grayscale: #C2C2C2. Windows color (decimal): -3883302 or 14335684. OLE color: 14335684.
HSL color Cylindrical-coordinate representation of color #C4BEDA: hue angle of 252.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BEDA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 190 | 218 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.15 |
| HSL | 252.86º | 0.27% | 0.8% | - |
| HSV(B) | 252.86º | 0.13% | 0.85% | - |
| XYZ | 53.83 | 53.62 | 73.84 | - |
| YUV | 194.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 218 | 0.10 | 0.13 | 0 | 0.15 | 252.86 | 0.27 | 0.8 |
| Hex | C4 | BE | DA | A | D | 0 | F | FD | 1B | 50 |
| Octal | 304 | 276 | 332 | 12 | 15 | 0 | 17 | 375 | 33 | 120 |
| Binary | 11000100 | 10111110 | 11011010 | 1010 | 1101 | 0 | 1111 | 11111101 | 11011 | 1010000 |
Color Harmonies of #C4BEDA
Complementary color
Monochromatic Colors of #C4BEDA
Black with #C4BEDA
Text Example
Text Example
White with #C4BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEDA; }
p { color: rgb(196,190,218); }
H1.HeaderClassName
{
color: #C4BEDA;
}
.AnyTagClassName
{
color: #C4BEDA;
}
</style>
background-color css
<style>
a { background-color: #C4BEDA; }
a { background-color: rgb(196,190,218); }
div.DivClassName
{
background-color: #C4BEDA;
}
.BgClassName
{
background-color: #C4BEDA;
}
</style>
border-color css
<style>
span { border-color: #C4BEDA; }
span { border-color: rgb(196,190,218); }
td.TdClassName
{
border-color: #C4BEDA;
}
.TagClassName
{
border-color: #C4BEDA;
}
</style>