Shades of Melrose #C4BFE1
Tints of Melrose #C4BFE1
RGB
CMYK
RGB Variations
Color information
#C4BFE1 (or 0xC4BFE1) is known color: Melrose. HEX triplet: C4, BF and E1. RGB value is (196,191,225). Sum of RGB (Red+Green+Blue) = 196+191+225=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFE1 is #3B401E. Grayscale: #C4C4C4. Windows color (decimal): -3883039 or 14794692. OLE color: 14794692.
HSL color Cylindrical-coordinate representation of color #C4BFE1: hue angle of 248.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BFE1 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 191 | 225 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.12 |
| HSL | 248.82º | 0.36% | 0.82% | - |
| HSV(B) | 248.82º | 0.15% | 0.88% | - |
| XYZ | 54.99 | 54.43 | 78.84 | - |
| YUV | 196.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 225 | 0.13 | 0.15 | 0 | 0.12 | 248.82 | 0.36 | 0.82 |
| Hex | C4 | BF | E1 | D | F | 0 | C | F9 | 24 | 52 |
| Octal | 304 | 277 | 341 | 15 | 17 | 0 | 14 | 371 | 44 | 122 |
| Binary | 11000100 | 10111111 | 11100001 | 1101 | 1111 | 0 | 1100 | 11111001 | 100100 | 1010010 |
Color Harmonies of #C4BFE1
Complementary color
Monochromatic Colors of #C4BFE1
Black with #C4BFE1
Text Example
Text Example
White with #C4BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFE1; }
p { color: rgb(196,191,225); }
H1.HeaderClassName
{
color: #C4BFE1;
}
.AnyTagClassName
{
color: #C4BFE1;
}
</style>
background-color css
<style>
a { background-color: #C4BFE1; }
a { background-color: rgb(196,191,225); }
div.DivClassName
{
background-color: #C4BFE1;
}
.BgClassName
{
background-color: #C4BFE1;
}
</style>
border-color css
<style>
span { border-color: #C4BFE1; }
span { border-color: rgb(196,191,225); }
td.TdClassName
{
border-color: #C4BFE1;
}
.TagClassName
{
border-color: #C4BFE1;
}
</style>