Shades of Melrose #C3BDE4
Tints of Melrose #C3BDE4
RGB
CMYK
RGB Variations
Color information
#C3BDE4 (or 0xC3BDE4) is known color: Melrose. HEX triplet: C3, BD and E4. RGB value is (195,189,228). Sum of RGB (Red+Green+Blue) = 195+189+228=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #C3BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDE4 is #3C421B. Grayscale: #C3C3C3. Windows color (decimal): -3949084 or 14990787. OLE color: 14990787.
HSL color Cylindrical-coordinate representation of color #C3BDE4: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3BDE4 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 189 | 228 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.11 |
| HSL | 249.23º | 0.42% | 0.82% | - |
| HSV(B) | 249.23º | 0.17% | 0.89% | - |
| XYZ | 54.71 | 53.6 | 80.86 | - |
| YUV | 195.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 228 | 0.14 | 0.17 | 0 | 0.11 | 249.23 | 0.42 | 0.82 |
| Hex | C3 | BD | E4 | E | 11 | 0 | B | F9 | 2A | 52 |
| Octal | 303 | 275 | 344 | 16 | 21 | 0 | 13 | 371 | 52 | 122 |
| Binary | 11000011 | 10111101 | 11100100 | 1110 | 10001 | 0 | 1011 | 11111001 | 101010 | 1010010 |
Color Harmonies of #C3BDE4
Complementary color
Monochromatic Colors of #C3BDE4
Black with #C3BDE4
Text Example
Text Example
White with #C3BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDE4; }
p { color: rgb(195,189,228); }
H1.HeaderClassName
{
color: #C3BDE4;
}
.AnyTagClassName
{
color: #C3BDE4;
}
</style>
background-color css
<style>
a { background-color: #C3BDE4; }
a { background-color: rgb(195,189,228); }
div.DivClassName
{
background-color: #C3BDE4;
}
.BgClassName
{
background-color: #C3BDE4;
}
</style>
border-color css
<style>
span { border-color: #C3BDE4; }
span { border-color: rgb(195,189,228); }
td.TdClassName
{
border-color: #C3BDE4;
}
.TagClassName
{
border-color: #C3BDE4;
}
</style>