Shades of Melrose #C2BBEE
Tints of Melrose #C2BBEE
RGB
CMYK
RGB Variations
Color information
#C2BBEE (or 0xC2BBEE) is known color: Melrose. HEX triplet: C2, BB and EE. RGB value is (194,187,238). Sum of RGB (Red+Green+Blue) = 194+187+238=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBEE is #3D4411. Grayscale: #C2C2C2. Windows color (decimal): -4015122 or 15645634. OLE color: 15645634.
HSL color Cylindrical-coordinate representation of color #C2BBEE: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BBEE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 187 | 238 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.07 |
| HSL | 248.24º | 0.6% | 0.83% | - |
| HSV(B) | 248.24º | 0.21% | 0.93% | - |
| XYZ | 55.45 | 53.18 | 88.23 | - |
| YUV | 194.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 238 | 0.18 | 0.21 | 0 | 0.07 | 248.24 | 0.6 | 0.83 |
| Hex | C2 | BB | EE | 12 | 15 | 0 | 7 | F8 | 3C | 53 |
| Octal | 302 | 273 | 356 | 22 | 25 | 0 | 7 | 370 | 74 | 123 |
| Binary | 11000010 | 10111011 | 11101110 | 10010 | 10101 | 0 | 111 | 11111000 | 111100 | 1010011 |
Color Harmonies of #C2BBEE
Complementary color
Monochromatic Colors of #C2BBEE
Black with #C2BBEE
Text Example
Text Example
White with #C2BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBEE; }
p { color: rgb(194,187,238); }
H1.HeaderClassName
{
color: #C2BBEE;
}
.AnyTagClassName
{
color: #C2BBEE;
}
</style>
background-color css
<style>
a { background-color: #C2BBEE; }
a { background-color: rgb(194,187,238); }
div.DivClassName
{
background-color: #C2BBEE;
}
.BgClassName
{
background-color: #C2BBEE;
}
</style>
border-color css
<style>
span { border-color: #C2BBEE; }
span { border-color: rgb(194,187,238); }
td.TdClassName
{
border-color: #C2BBEE;
}
.TagClassName
{
border-color: #C2BBEE;
}
</style>