Shades of Melrose #C3B9E6
Tints of Melrose #C3B9E6
RGB
CMYK
RGB Variations
Color information
#C3B9E6 (or 0xC3B9E6) is known color: Melrose. HEX triplet: C3, B9 and E6. RGB value is (195,185,230). Sum of RGB (Red+Green+Blue) = 195+185+230=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9E6 is #3C4619. Grayscale: #C0C0C0. Windows color (decimal): -3950106 or 15120835. OLE color: 15120835.
HSL color Cylindrical-coordinate representation of color #C3B9E6: hue angle of 253.33º degrees, saturation: 0.47, 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 #C3B9E6 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 185 | 230 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.10 |
| HSL | 253.33º | 0.47% | 0.81% | - |
| HSV(B) | 253.33º | 0.2% | 0.9% | - |
| XYZ | 54.14 | 52.01 | 82.05 | - |
| YUV | 193.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 230 | 0.15 | 0.20 | 0 | 0.10 | 253.33 | 0.47 | 0.81 |
| Hex | C3 | B9 | E6 | F | 14 | 0 | A | FD | 2F | 51 |
| Octal | 303 | 271 | 346 | 17 | 24 | 0 | 12 | 375 | 57 | 121 |
| Binary | 11000011 | 10111001 | 11100110 | 1111 | 10100 | 0 | 1010 | 11111101 | 101111 | 1010001 |
Color Harmonies of #C3B9E6
Complementary color
Monochromatic Colors of #C3B9E6
Black with #C3B9E6
Text Example
Text Example
White with #C3B9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9E6; }
p { color: rgb(195,185,230); }
H1.HeaderClassName
{
color: #C3B9E6;
}
.AnyTagClassName
{
color: #C3B9E6;
}
</style>
background-color css
<style>
a { background-color: #C3B9E6; }
a { background-color: rgb(195,185,230); }
div.DivClassName
{
background-color: #C3B9E6;
}
.BgClassName
{
background-color: #C3B9E6;
}
</style>
border-color css
<style>
span { border-color: #C3B9E6; }
span { border-color: rgb(195,185,230); }
td.TdClassName
{
border-color: #C3B9E6;
}
.TagClassName
{
border-color: #C3B9E6;
}
</style>