Shades of Melrose #C4BFDB
Tints of Melrose #C4BFDB
RGB
CMYK
RGB Variations
Color information
#C4BFDB (or 0xC4BFDB) is known color: Melrose. HEX triplet: C4, BF and DB. RGB value is (196,191,219). Sum of RGB (Red+Green+Blue) = 196+191+219=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDB is #3B4024. Grayscale: #C3C3C3. Windows color (decimal): -3883045 or 14401476. OLE color: 14401476.
HSL color Cylindrical-coordinate representation of color #C4BFDB: hue angle of 250.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BFDB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 191 | 219 | - |
CMYK | 0.11 | 0.13 | 0 | 0.14 |
HSL | 250.71º | 0.28% | 0.8% | - |
HSV(B) | 250.71º | 0.13% | 0.86% | - |
XYZ | 54.18 | 54.11 | 74.61 | - |
YUV | 195.69 | 141.16 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 191 | 219 | 0.11 | 0.13 | 0 | 0.14 | 250.71 | 0.28 | 0.8 |
Hex | C4 | BF | DB | B | D | 0 | E | FB | 1C | 50 |
Octal | 304 | 277 | 333 | 13 | 15 | 0 | 16 | 373 | 34 | 120 |
Binary | 11000100 | 10111111 | 11011011 | 1011 | 1101 | 0 | 1110 | 11111011 | 11100 | 1010000 |
Color Harmonies of #C4BFDB
Complementary color
Monochromatic Colors of #C4BFDB
Black with #C4BFDB
Text Example
Text Example
White with #C4BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFDB; }
p { color: rgb(196,191,219); }
H1.HeaderClassName
{
color: #C4BFDB;
}
.AnyTagClassName
{
color: #C4BFDB;
}
</style>
background-color css
<style>
a { background-color: #C4BFDB; }
a { background-color: rgb(196,191,219); }
div.DivClassName
{
background-color: #C4BFDB;
}
.BgClassName
{
background-color: #C4BFDB;
}
</style>
border-color css
<style>
span { border-color: #C4BFDB; }
span { border-color: rgb(196,191,219); }
td.TdClassName
{
border-color: #C4BFDB;
}
.TagClassName
{
border-color: #C4BFDB;
}
</style>