Shades of Melrose #C4BEEA
Tints of Melrose #C4BEEA
RGB
CMYK
RGB Variations
Color information
#C4BEEA (or 0xC4BEEA) is known color: Melrose. HEX triplet: C4, BE and EA. RGB value is (196,190,234). Sum of RGB (Red+Green+Blue) = 196+190+234=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEEA is #3B4115. Grayscale: #C4C4C4. Windows color (decimal): -3883286 or 15384260. OLE color: 15384260.
HSL color Cylindrical-coordinate representation of color #C4BEEA: hue angle of 248.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BEEA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 190 | 234 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.08 |
| HSL | 248.18º | 0.51% | 0.83% | - |
| HSV(B) | 248.18º | 0.19% | 0.92% | - |
| XYZ | 56.03 | 54.5 | 85.41 | - |
| YUV | 196.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 234 | 0.16 | 0.19 | 0 | 0.08 | 248.18 | 0.51 | 0.83 |
| Hex | C4 | BE | EA | 10 | 13 | 0 | 8 | F8 | 33 | 53 |
| Octal | 304 | 276 | 352 | 20 | 23 | 0 | 10 | 370 | 63 | 123 |
| Binary | 11000100 | 10111110 | 11101010 | 10000 | 10011 | 0 | 1000 | 11111000 | 110011 | 1010011 |
Color Harmonies of #C4BEEA
Complementary color
Monochromatic Colors of #C4BEEA
Black with #C4BEEA
Text Example
Text Example
White with #C4BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEEA; }
p { color: rgb(196,190,234); }
H1.HeaderClassName
{
color: #C4BEEA;
}
.AnyTagClassName
{
color: #C4BEEA;
}
</style>
background-color css
<style>
a { background-color: #C4BEEA; }
a { background-color: rgb(196,190,234); }
div.DivClassName
{
background-color: #C4BEEA;
}
.BgClassName
{
background-color: #C4BEEA;
}
</style>
border-color css
<style>
span { border-color: #C4BEEA; }
span { border-color: rgb(196,190,234); }
td.TdClassName
{
border-color: #C4BEEA;
}
.TagClassName
{
border-color: #C4BEEA;
}
</style>