Shades of Melrose #C4BEED
Tints of Melrose #C4BEED
RGB
CMYK
RGB Variations
Color information
#C4BEED (or 0xC4BEED) is known color: Melrose. HEX triplet: C4, BE and ED. RGB value is (196,190,237). Sum of RGB (Red+Green+Blue) = 196+190+237=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEED is #3B4112. Grayscale: #C4C4C4. Windows color (decimal): -3883283 or 15580868. OLE color: 15580868.
HSL color Cylindrical-coordinate representation of color #C4BEED: hue angle of 247.66º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BEED is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 190 | 237 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.07 |
| HSL | 247.66º | 0.57% | 0.84% | - |
| HSV(B) | 247.66º | 0.2% | 0.93% | - |
| XYZ | 56.46 | 54.68 | 87.7 | - |
| YUV | 197.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 237 | 0.17 | 0.20 | 0 | 0.07 | 247.66 | 0.57 | 0.84 |
| Hex | C4 | BE | ED | 11 | 14 | 0 | 7 | F8 | 39 | 54 |
| Octal | 304 | 276 | 355 | 21 | 24 | 0 | 7 | 370 | 71 | 124 |
| Binary | 11000100 | 10111110 | 11101101 | 10001 | 10100 | 0 | 111 | 11111000 | 111001 | 1010100 |
Color Harmonies of #C4BEED
Complementary color
Monochromatic Colors of #C4BEED
Black with #C4BEED
Text Example
Text Example
White with #C4BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEED; }
p { color: rgb(196,190,237); }
H1.HeaderClassName
{
color: #C4BEED;
}
.AnyTagClassName
{
color: #C4BEED;
}
</style>
background-color css
<style>
a { background-color: #C4BEED; }
a { background-color: rgb(196,190,237); }
div.DivClassName
{
background-color: #C4BEED;
}
.BgClassName
{
background-color: #C4BEED;
}
</style>
border-color css
<style>
span { border-color: #C4BEED; }
span { border-color: rgb(196,190,237); }
td.TdClassName
{
border-color: #C4BEED;
}
.TagClassName
{
border-color: #C4BEED;
}
</style>