Shades of Melrose #C0B2EE
Tints of Melrose #C0B2EE
RGB
CMYK
RGB Variations
Color information
#C0B2EE (or 0xC0B2EE) is known color: Melrose. HEX triplet: C0, B2 and EE. RGB value is (192,178,238). Sum of RGB (Red+Green+Blue) = 192+178+238=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B2EE is #3F4D11. Grayscale: #BCBCBC. Windows color (decimal): -4148498 or 15643328. OLE color: 15643328.
HSL color Cylindrical-coordinate representation of color #C0B2EE: hue angle of 254º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0B2EE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 178 | 238 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.07 |
| HSL | 254º | 0.64% | 0.82% | - |
| HSV(B) | 254º | 0.25% | 0.93% | - |
| XYZ | 53.09 | 49.22 | 87.59 | - |
| YUV | 189.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 238 | 0.19 | 0.25 | 0 | 0.07 | 254 | 0.64 | 0.82 |
| Hex | C0 | B2 | EE | 13 | 19 | 0 | 7 | FE | 40 | 52 |
| Octal | 300 | 262 | 356 | 23 | 31 | 0 | 7 | 376 | 100 | 122 |
| Binary | 11000000 | 10110010 | 11101110 | 10011 | 11001 | 0 | 111 | 11111110 | 1000000 | 1010010 |
Color Harmonies of #C0B2EE
Complementary color
Monochromatic Colors of #C0B2EE
Black with #C0B2EE
Text Example
Text Example
White with #C0B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2EE; }
p { color: rgb(192,178,238); }
H1.HeaderClassName
{
color: #C0B2EE;
}
.AnyTagClassName
{
color: #C0B2EE;
}
</style>
background-color css
<style>
a { background-color: #C0B2EE; }
a { background-color: rgb(192,178,238); }
div.DivClassName
{
background-color: #C0B2EE;
}
.BgClassName
{
background-color: #C0B2EE;
}
</style>
border-color css
<style>
span { border-color: #C0B2EE; }
span { border-color: rgb(192,178,238); }
td.TdClassName
{
border-color: #C0B2EE;
}
.TagClassName
{
border-color: #C0B2EE;
}
</style>