Shades of Melrose #C3BEDC
Tints of Melrose #C3BEDC
RGB
CMYK
RGB Variations
Color information
#C3BEDC (or 0xC3BEDC) is known color: Melrose. HEX triplet: C3, BE and DC. RGB value is (195,190,220). Sum of RGB (Red+Green+Blue) = 195+190+220=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDC is #3C4123. Grayscale: #C2C2C2. Windows color (decimal): -3948836 or 14466755. OLE color: 14466755.
HSL color Cylindrical-coordinate representation of color #C3BEDC: hue angle of 250º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BEDC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 190 | 220 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.14 |
| HSL | 250º | 0.3% | 0.8% | - |
| HSV(B) | 250º | 0.14% | 0.86% | - |
| XYZ | 53.84 | 53.6 | 75.22 | - |
| YUV | 194.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 220 | 0.11 | 0.14 | 0 | 0.14 | 250 | 0.3 | 0.8 |
| Hex | C3 | BE | DC | B | E | 0 | E | FA | 1E | 50 |
| Octal | 303 | 276 | 334 | 13 | 16 | 0 | 16 | 372 | 36 | 120 |
| Binary | 11000011 | 10111110 | 11011100 | 1011 | 1110 | 0 | 1110 | 11111010 | 11110 | 1010000 |
Color Harmonies of #C3BEDC
Complementary color
Monochromatic Colors of #C3BEDC
Black with #C3BEDC
Text Example
Text Example
White with #C3BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEDC; }
p { color: rgb(195,190,220); }
H1.HeaderClassName
{
color: #C3BEDC;
}
.AnyTagClassName
{
color: #C3BEDC;
}
</style>
background-color css
<style>
a { background-color: #C3BEDC; }
a { background-color: rgb(195,190,220); }
div.DivClassName
{
background-color: #C3BEDC;
}
.BgClassName
{
background-color: #C3BEDC;
}
</style>
border-color css
<style>
span { border-color: #C3BEDC; }
span { border-color: rgb(195,190,220); }
td.TdClassName
{
border-color: #C3BEDC;
}
.TagClassName
{
border-color: #C3BEDC;
}
</style>