Shades of Melrose #C2B5EE
Tints of Melrose #C2B5EE
RGB
CMYK
RGB Variations
Color information
#C2B5EE (or 0xC2B5EE) is known color: Melrose. HEX triplet: C2, B5 and EE. RGB value is (194,181,238). Sum of RGB (Red+Green+Blue) = 194+181+238=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5EE is #3D4A11. Grayscale: #BFBFBF. Windows color (decimal): -4016658 or 15644098. OLE color: 15644098.
HSL color Cylindrical-coordinate representation of color #C2B5EE: hue angle of 253.68º 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 #C2B5EE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 181 | 238 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.07 |
| HSL | 253.68º | 0.63% | 0.82% | - |
| HSV(B) | 253.68º | 0.24% | 0.93% | - |
| XYZ | 54.2 | 50.69 | 87.82 | - |
| YUV | 191.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 238 | 0.18 | 0.24 | 0 | 0.07 | 253.68 | 0.63 | 0.82 |
| Hex | C2 | B5 | EE | 12 | 18 | 0 | 7 | FE | 3F | 52 |
| Octal | 302 | 265 | 356 | 22 | 30 | 0 | 7 | 376 | 77 | 122 |
| Binary | 11000010 | 10110101 | 11101110 | 10010 | 11000 | 0 | 111 | 11111110 | 111111 | 1010010 |
Color Harmonies of #C2B5EE
Complementary color
Monochromatic Colors of #C2B5EE
Black with #C2B5EE
Text Example
Text Example
White with #C2B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5EE; }
p { color: rgb(194,181,238); }
H1.HeaderClassName
{
color: #C2B5EE;
}
.AnyTagClassName
{
color: #C2B5EE;
}
</style>
background-color css
<style>
a { background-color: #C2B5EE; }
a { background-color: rgb(194,181,238); }
div.DivClassName
{
background-color: #C2B5EE;
}
.BgClassName
{
background-color: #C2B5EE;
}
</style>
border-color css
<style>
span { border-color: #C2B5EE; }
span { border-color: rgb(194,181,238); }
td.TdClassName
{
border-color: #C2B5EE;
}
.TagClassName
{
border-color: #C2B5EE;
}
</style>