Shades of Melrose #C8BFDB
Tints of Melrose #C8BFDB
RGB
CMYK
RGB Variations
Color information
#C8BFDB (or 0xC8BFDB) is known color: Melrose. HEX triplet: C8, BF and DB. RGB value is (200,191,219). Sum of RGB (Red+Green+Blue) = 200+191+219=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFDB is #374024. Grayscale: #C4C4C4. Windows color (decimal): -3620901 or 14401480. OLE color: 14401480.
HSL color Cylindrical-coordinate representation of color #C8BFDB: hue angle of 259.29º 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 #C8BFDB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 191 | 219 | - |
CMYK | 0.09 | 0.13 | 0 | 0.14 |
HSL | 259.29º | 0.28% | 0.8% | - |
HSV(B) | 259.29º | 0.13% | 0.86% | - |
XYZ | 55.24 | 54.66 | 74.66 | - |
YUV | 196.88 | 140.48 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 191 | 219 | 0.09 | 0.13 | 0 | 0.14 | 259.29 | 0.28 | 0.8 |
Hex | C8 | BF | DB | 9 | D | 0 | E | 103 | 1C | 50 |
Octal | 310 | 277 | 333 | 11 | 15 | 0 | 16 | 403 | 34 | 120 |
Binary | 11001000 | 10111111 | 11011011 | 1001 | 1101 | 0 | 1110 | 100000011 | 11100 | 1010000 |
Color Harmonies of #C8BFDB
Complementary color
Monochromatic Colors of #C8BFDB
Black with #C8BFDB
Text Example
Text Example
White with #C8BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFDB; }
p { color: rgb(200,191,219); }
H1.HeaderClassName
{
color: #C8BFDB;
}
.AnyTagClassName
{
color: #C8BFDB;
}
</style>
background-color css
<style>
a { background-color: #C8BFDB; }
a { background-color: rgb(200,191,219); }
div.DivClassName
{
background-color: #C8BFDB;
}
.BgClassName
{
background-color: #C8BFDB;
}
</style>
border-color css
<style>
span { border-color: #C8BFDB; }
span { border-color: rgb(200,191,219); }
td.TdClassName
{
border-color: #C8BFDB;
}
.TagClassName
{
border-color: #C8BFDB;
}
</style>