Shades of Melrose #C4BFD1
Tints of Melrose #C4BFD1
RGB
CMYK
RGB Variations
Color information
#C4BFD1 (or 0xC4BFD1) is known color: Melrose. HEX triplet: C4, BF and D1. RGB value is (196,191,209). Sum of RGB (Red+Green+Blue) = 196+191+209=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFD1 is #3B402E. Grayscale: #C2C2C2. Windows color (decimal): -3883055 or 13746116. OLE color: 13746116.
HSL color Cylindrical-coordinate representation of color #C4BFD1: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BFD1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 191 | 209 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.18 |
| HSL | 256.67º | 0.16% | 0.78% | - |
| HSV(B) | 256.67º | 0.09% | 0.82% | - |
| XYZ | 52.9 | 53.6 | 67.88 | - |
| YUV | 194.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 209 | 0.06 | 0.09 | 0 | 0.18 | 256.67 | 0.16 | 0.78 |
| Hex | C4 | BF | D1 | 6 | 9 | 0 | 12 | 101 | 10 | 4E |
| Octal | 304 | 277 | 321 | 6 | 11 | 0 | 22 | 401 | 20 | 116 |
| Binary | 11000100 | 10111111 | 11010001 | 110 | 1001 | 0 | 10010 | 100000001 | 10000 | 1001110 |
Color Harmonies of #C4BFD1
Complementary color
Monochromatic Colors of #C4BFD1
Black with #C4BFD1
Text Example
Text Example
White with #C4BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFD1; }
p { color: rgb(196,191,209); }
H1.HeaderClassName
{
color: #C4BFD1;
}
.AnyTagClassName
{
color: #C4BFD1;
}
</style>
background-color css
<style>
a { background-color: #C4BFD1; }
a { background-color: rgb(196,191,209); }
div.DivClassName
{
background-color: #C4BFD1;
}
.BgClassName
{
background-color: #C4BFD1;
}
</style>
border-color css
<style>
span { border-color: #C4BFD1; }
span { border-color: rgb(196,191,209); }
td.TdClassName
{
border-color: #C4BFD1;
}
.TagClassName
{
border-color: #C4BFD1;
}
</style>