Shades of Melrose #C3B9DE
Tints of Melrose #C3B9DE
RGB
CMYK
RGB Variations
Color information
#C3B9DE (or 0xC3B9DE) is known color: Melrose. HEX triplet: C3, B9 and DE. RGB value is (195,185,222). Sum of RGB (Red+Green+Blue) = 195+185+222=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9DE is #3C4621. Grayscale: #C0C0C0. Windows color (decimal): -3950114 or 14596547. OLE color: 14596547.
HSL color Cylindrical-coordinate representation of color #C3B9DE: hue angle of 256.22º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3B9DE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 185 | 222 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.13 |
| HSL | 256.22º | 0.36% | 0.8% | - |
| HSV(B) | 256.22º | 0.17% | 0.87% | - |
| XYZ | 53.04 | 51.57 | 76.27 | - |
| YUV | 192.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 222 | 0.12 | 0.17 | 0 | 0.13 | 256.22 | 0.36 | 0.8 |
| Hex | C3 | B9 | DE | C | 11 | 0 | D | 100 | 24 | 50 |
| Octal | 303 | 271 | 336 | 14 | 21 | 0 | 15 | 400 | 44 | 120 |
| Binary | 11000011 | 10111001 | 11011110 | 1100 | 10001 | 0 | 1101 | 100000000 | 100100 | 1010000 |
Color Harmonies of #C3B9DE
Complementary color
Monochromatic Colors of #C3B9DE
Black with #C3B9DE
Text Example
Text Example
White with #C3B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9DE; }
p { color: rgb(195,185,222); }
H1.HeaderClassName
{
color: #C3B9DE;
}
.AnyTagClassName
{
color: #C3B9DE;
}
</style>
background-color css
<style>
a { background-color: #C3B9DE; }
a { background-color: rgb(195,185,222); }
div.DivClassName
{
background-color: #C3B9DE;
}
.BgClassName
{
background-color: #C3B9DE;
}
</style>
border-color css
<style>
span { border-color: #C3B9DE; }
span { border-color: rgb(195,185,222); }
td.TdClassName
{
border-color: #C3B9DE;
}
.TagClassName
{
border-color: #C3B9DE;
}
</style>