Shades of Melrose #C4BDE6
Tints of Melrose #C4BDE6
RGB
CMYK
RGB Variations
Color information
#C4BDE6 (or 0xC4BDE6) is known color: Melrose. HEX triplet: C4, BD and E6. RGB value is (196,189,230). Sum of RGB (Red+Green+Blue) = 196+189+230=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDE6 is #3B4219. Grayscale: #C3C3C3. Windows color (decimal): -3883546 or 15121860. OLE color: 15121860.
HSL color Cylindrical-coordinate representation of color #C4BDE6: hue angle of 250.24º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BDE6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 189 | 230 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.10 |
| HSL | 250.24º | 0.45% | 0.82% | - |
| HSV(B) | 250.24º | 0.18% | 0.9% | - |
| XYZ | 55.25 | 53.84 | 82.34 | - |
| YUV | 195.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 230 | 0.15 | 0.18 | 0 | 0.10 | 250.24 | 0.45 | 0.82 |
| Hex | C4 | BD | E6 | F | 12 | 0 | A | FA | 2D | 52 |
| Octal | 304 | 275 | 346 | 17 | 22 | 0 | 12 | 372 | 55 | 122 |
| Binary | 11000100 | 10111101 | 11100110 | 1111 | 10010 | 0 | 1010 | 11111010 | 101101 | 1010010 |
Color Harmonies of #C4BDE6
Complementary color
Monochromatic Colors of #C4BDE6
Black with #C4BDE6
Text Example
Text Example
White with #C4BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDE6; }
p { color: rgb(196,189,230); }
H1.HeaderClassName
{
color: #C4BDE6;
}
.AnyTagClassName
{
color: #C4BDE6;
}
</style>
background-color css
<style>
a { background-color: #C4BDE6; }
a { background-color: rgb(196,189,230); }
div.DivClassName
{
background-color: #C4BDE6;
}
.BgClassName
{
background-color: #C4BDE6;
}
</style>
border-color css
<style>
span { border-color: #C4BDE6; }
span { border-color: rgb(196,189,230); }
td.TdClassName
{
border-color: #C4BDE6;
}
.TagClassName
{
border-color: #C4BDE6;
}
</style>