Shades of Melrose #C4BDE7
Tints of Melrose #C4BDE7
RGB
CMYK
RGB Variations
Color information
#C4BDE7 (or 0xC4BDE7) is known color: Melrose. HEX triplet: C4, BD and E7. RGB value is (196,189,231). Sum of RGB (Red+Green+Blue) = 196+189+231=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDE7 is #3B4218. Grayscale: #C3C3C3. Windows color (decimal): -3883545 or 15187396. OLE color: 15187396.
HSL color Cylindrical-coordinate representation of color #C4BDE7: hue angle of 250º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BDE7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 189 | 231 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.09 |
| HSL | 250º | 0.47% | 0.82% | - |
| HSV(B) | 250º | 0.18% | 0.91% | - |
| XYZ | 55.39 | 53.9 | 83.09 | - |
| YUV | 195.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 231 | 0.15 | 0.18 | 0 | 0.09 | 250 | 0.47 | 0.82 |
| Hex | C4 | BD | E7 | F | 12 | 0 | 9 | FA | 2F | 52 |
| Octal | 304 | 275 | 347 | 17 | 22 | 0 | 11 | 372 | 57 | 122 |
| Binary | 11000100 | 10111101 | 11100111 | 1111 | 10010 | 0 | 1001 | 11111010 | 101111 | 1010010 |
Color Harmonies of #C4BDE7
Complementary color
Monochromatic Colors of #C4BDE7
Black with #C4BDE7
Text Example
Text Example
White with #C4BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDE7; }
p { color: rgb(196,189,231); }
H1.HeaderClassName
{
color: #C4BDE7;
}
.AnyTagClassName
{
color: #C4BDE7;
}
</style>
background-color css
<style>
a { background-color: #C4BDE7; }
a { background-color: rgb(196,189,231); }
div.DivClassName
{
background-color: #C4BDE7;
}
.BgClassName
{
background-color: #C4BDE7;
}
</style>
border-color css
<style>
span { border-color: #C4BDE7; }
span { border-color: rgb(196,189,231); }
td.TdClassName
{
border-color: #C4BDE7;
}
.TagClassName
{
border-color: #C4BDE7;
}
</style>