Shades of Melrose #C0B4EE
Tints of Melrose #C0B4EE
RGB
CMYK
RGB Variations
Color information
#C0B4EE (or 0xC0B4EE) is known color: Melrose. HEX triplet: C0, B4 and EE. RGB value is (192,180,238). Sum of RGB (Red+Green+Blue) = 192+180+238=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B4EE is #3F4B11. Grayscale: #BDBDBD. Windows color (decimal): -4147986 or 15643840. OLE color: 15643840.
HSL color Cylindrical-coordinate representation of color #C0B4EE: hue angle of 252.41º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B4EE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 180 | 238 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 252.41º | 0.63% | 0.82% | - |
| HSV(B) | 252.41º | 0.24% | 0.93% | - |
| XYZ | 53.49 | 50.02 | 87.72 | - |
| YUV | 190.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 238 | 0.19 | 0.24 | 0 | 0.07 | 252.41 | 0.63 | 0.82 |
| Hex | C0 | B4 | EE | 13 | 18 | 0 | 7 | FC | 3F | 52 |
| Octal | 300 | 264 | 356 | 23 | 30 | 0 | 7 | 374 | 77 | 122 |
| Binary | 11000000 | 10110100 | 11101110 | 10011 | 11000 | 0 | 111 | 11111100 | 111111 | 1010010 |
Color Harmonies of #C0B4EE
Complementary color
Monochromatic Colors of #C0B4EE
Black with #C0B4EE
Text Example
Text Example
White with #C0B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4EE; }
p { color: rgb(192,180,238); }
H1.HeaderClassName
{
color: #C0B4EE;
}
.AnyTagClassName
{
color: #C0B4EE;
}
</style>
background-color css
<style>
a { background-color: #C0B4EE; }
a { background-color: rgb(192,180,238); }
div.DivClassName
{
background-color: #C0B4EE;
}
.BgClassName
{
background-color: #C0B4EE;
}
</style>
border-color css
<style>
span { border-color: #C0B4EE; }
span { border-color: rgb(192,180,238); }
td.TdClassName
{
border-color: #C0B4EE;
}
.TagClassName
{
border-color: #C0B4EE;
}
</style>