Shades of Melrose #C2BBE1
Tints of Melrose #C2BBE1
RGB
CMYK
RGB Variations
Color information
#C2BBE1 (or 0xC2BBE1) is known color: Melrose. HEX triplet: C2, BB and E1. RGB value is (194,187,225). Sum of RGB (Red+Green+Blue) = 194+187+225=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2BBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBE1 is #3D441E. Grayscale: #C1C1C1. Windows color (decimal): -4015135 or 14793666. OLE color: 14793666.
HSL color Cylindrical-coordinate representation of color #C2BBE1: hue angle of 251.05º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BBE1 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 187 | 225 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.12 |
| HSL | 251.05º | 0.39% | 0.81% | - |
| HSV(B) | 251.05º | 0.17% | 0.88% | - |
| XYZ | 53.61 | 52.45 | 78.53 | - |
| YUV | 193.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 225 | 0.14 | 0.17 | 0 | 0.12 | 251.05 | 0.39 | 0.81 |
| Hex | C2 | BB | E1 | E | 11 | 0 | C | FB | 27 | 51 |
| Octal | 302 | 273 | 341 | 16 | 21 | 0 | 14 | 373 | 47 | 121 |
| Binary | 11000010 | 10111011 | 11100001 | 1110 | 10001 | 0 | 1100 | 11111011 | 100111 | 1010001 |
Color Harmonies of #C2BBE1
Complementary color
Monochromatic Colors of #C2BBE1
Black with #C2BBE1
Text Example
Text Example
White with #C2BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBE1; }
p { color: rgb(194,187,225); }
H1.HeaderClassName
{
color: #C2BBE1;
}
.AnyTagClassName
{
color: #C2BBE1;
}
</style>
background-color css
<style>
a { background-color: #C2BBE1; }
a { background-color: rgb(194,187,225); }
div.DivClassName
{
background-color: #C2BBE1;
}
.BgClassName
{
background-color: #C2BBE1;
}
</style>
border-color css
<style>
span { border-color: #C2BBE1; }
span { border-color: rgb(194,187,225); }
td.TdClassName
{
border-color: #C2BBE1;
}
.TagClassName
{
border-color: #C2BBE1;
}
</style>