Shades of Melrose #C2B8E5
Tints of Melrose #C2B8E5
RGB
CMYK
RGB Variations
Color information
#C2B8E5 (or 0xC2B8E5) is known color: Melrose. HEX triplet: C2, B8 and E5. RGB value is (194,184,229). Sum of RGB (Red+Green+Blue) = 194+184+229=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2B8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8E5 is #3D471A. Grayscale: #BFBFBF. Windows color (decimal): -4015899 or 15055042. OLE color: 15055042.
HSL color Cylindrical-coordinate representation of color #C2B8E5: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B8E5 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 184 | 229 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.10 |
| HSL | 253.33º | 0.46% | 0.81% | - |
| HSV(B) | 253.33º | 0.2% | 0.9% | - |
| XYZ | 53.53 | 51.41 | 81.23 | - |
| YUV | 192.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 229 | 0.15 | 0.20 | 0 | 0.10 | 253.33 | 0.46 | 0.81 |
| Hex | C2 | B8 | E5 | F | 14 | 0 | A | FD | 2E | 51 |
| Octal | 302 | 270 | 345 | 17 | 24 | 0 | 12 | 375 | 56 | 121 |
| Binary | 11000010 | 10111000 | 11100101 | 1111 | 10100 | 0 | 1010 | 11111101 | 101110 | 1010001 |
Color Harmonies of #C2B8E5
Complementary color
Monochromatic Colors of #C2B8E5
Black with #C2B8E5
Text Example
Text Example
White with #C2B8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8E5; }
p { color: rgb(194,184,229); }
H1.HeaderClassName
{
color: #C2B8E5;
}
.AnyTagClassName
{
color: #C2B8E5;
}
</style>
background-color css
<style>
a { background-color: #C2B8E5; }
a { background-color: rgb(194,184,229); }
div.DivClassName
{
background-color: #C2B8E5;
}
.BgClassName
{
background-color: #C2B8E5;
}
</style>
border-color css
<style>
span { border-color: #C2B8E5; }
span { border-color: rgb(194,184,229); }
td.TdClassName
{
border-color: #C2B8E5;
}
.TagClassName
{
border-color: #C2B8E5;
}
</style>