Shades of Melrose #C3BDE0
Tints of Melrose #C3BDE0
RGB
CMYK
RGB Variations
Color information
#C3BDE0 (or 0xC3BDE0) is known color: Melrose. HEX triplet: C3, BD and E0. RGB value is (195,189,224). Sum of RGB (Red+Green+Blue) = 195+189+224=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDE0 is #3C421F. Grayscale: #C2C2C2. Windows color (decimal): -3949088 or 14728643. OLE color: 14728643.
HSL color Cylindrical-coordinate representation of color #C3BDE0: hue angle of 250.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BDE0 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 189 | 224 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.12 |
| HSL | 250.29º | 0.36% | 0.81% | - |
| HSV(B) | 250.29º | 0.16% | 0.88% | - |
| XYZ | 54.16 | 53.38 | 77.97 | - |
| YUV | 194.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 224 | 0.13 | 0.16 | 0 | 0.12 | 250.29 | 0.36 | 0.81 |
| Hex | C3 | BD | E0 | D | 10 | 0 | C | FA | 24 | 51 |
| Octal | 303 | 275 | 340 | 15 | 20 | 0 | 14 | 372 | 44 | 121 |
| Binary | 11000011 | 10111101 | 11100000 | 1101 | 10000 | 0 | 1100 | 11111010 | 100100 | 1010001 |
Color Harmonies of #C3BDE0
Complementary color
Monochromatic Colors of #C3BDE0
Black with #C3BDE0
Text Example
Text Example
White with #C3BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDE0; }
p { color: rgb(195,189,224); }
H1.HeaderClassName
{
color: #C3BDE0;
}
.AnyTagClassName
{
color: #C3BDE0;
}
</style>
background-color css
<style>
a { background-color: #C3BDE0; }
a { background-color: rgb(195,189,224); }
div.DivClassName
{
background-color: #C3BDE0;
}
.BgClassName
{
background-color: #C3BDE0;
}
</style>
border-color css
<style>
span { border-color: #C3BDE0; }
span { border-color: rgb(195,189,224); }
td.TdClassName
{
border-color: #C3BDE0;
}
.TagClassName
{
border-color: #C3BDE0;
}
</style>