Shades of Melrose #C4BDEF
Tints of Melrose #C4BDEF
RGB
CMYK
RGB Variations
Color information
#C4BDEF (or 0xC4BDEF) is known color: Melrose. HEX triplet: C4, BD and EF. RGB value is (196,189,239). Sum of RGB (Red+Green+Blue) = 196+189+239=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEF is #3B4210. Grayscale: #C4C4C4. Windows color (decimal): -3883537 or 15711684. OLE color: 15711684.
HSL color Cylindrical-coordinate representation of color #C4BDEF: hue angle of 248.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BDEF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 189 | 239 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.06 |
| HSL | 248.4º | 0.61% | 0.84% | - |
| HSV(B) | 248.4º | 0.21% | 0.94% | - |
| XYZ | 56.54 | 54.36 | 89.17 | - |
| YUV | 196.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 239 | 0.18 | 0.21 | 0 | 0.06 | 248.4 | 0.61 | 0.84 |
| Hex | C4 | BD | EF | 12 | 15 | 0 | 6 | F8 | 3D | 54 |
| Octal | 304 | 275 | 357 | 22 | 25 | 0 | 6 | 370 | 75 | 124 |
| Binary | 11000100 | 10111101 | 11101111 | 10010 | 10101 | 0 | 110 | 11111000 | 111101 | 1010100 |
Color Harmonies of #C4BDEF
Complementary color
Monochromatic Colors of #C4BDEF
Black with #C4BDEF
Text Example
Text Example
White with #C4BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDEF; }
p { color: rgb(196,189,239); }
H1.HeaderClassName
{
color: #C4BDEF;
}
.AnyTagClassName
{
color: #C4BDEF;
}
</style>
background-color css
<style>
a { background-color: #C4BDEF; }
a { background-color: rgb(196,189,239); }
div.DivClassName
{
background-color: #C4BDEF;
}
.BgClassName
{
background-color: #C4BDEF;
}
</style>
border-color css
<style>
span { border-color: #C4BDEF; }
span { border-color: rgb(196,189,239); }
td.TdClassName
{
border-color: #C4BDEF;
}
.TagClassName
{
border-color: #C4BDEF;
}
</style>