Shades of Melrose #C8BBDF
Tints of Melrose #C8BBDF
RGB
CMYK
RGB Variations
Color information
#C8BBDF (or 0xC8BBDF) is known color: Melrose. HEX triplet: C8, BB and DF. RGB value is (200,187,223). Sum of RGB (Red+Green+Blue) = 200+187+223=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBDF is #374420. Grayscale: #C2C2C2. Windows color (decimal): -3621921 or 14662600. OLE color: 14662600.
HSL color Cylindrical-coordinate representation of color #C8BBDF: hue angle of 261.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BBDF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 187 | 223 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.13 |
| HSL | 261.67º | 0.36% | 0.8% | - |
| HSV(B) | 261.67º | 0.16% | 0.87% | - |
| XYZ | 54.91 | 53.15 | 77.18 | - |
| YUV | 194.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 223 | 0.10 | 0.16 | 0 | 0.13 | 261.67 | 0.36 | 0.8 |
| Hex | C8 | BB | DF | A | 10 | 0 | D | 106 | 24 | 50 |
| Octal | 310 | 273 | 337 | 12 | 20 | 0 | 15 | 406 | 44 | 120 |
| Binary | 11001000 | 10111011 | 11011111 | 1010 | 10000 | 0 | 1101 | 100000110 | 100100 | 1010000 |
Color Harmonies of #C8BBDF
Complementary color
Monochromatic Colors of #C8BBDF
Black with #C8BBDF
Text Example
Text Example
White with #C8BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBDF; }
p { color: rgb(200,187,223); }
H1.HeaderClassName
{
color: #C8BBDF;
}
.AnyTagClassName
{
color: #C8BBDF;
}
</style>
background-color css
<style>
a { background-color: #C8BBDF; }
a { background-color: rgb(200,187,223); }
div.DivClassName
{
background-color: #C8BBDF;
}
.BgClassName
{
background-color: #C8BBDF;
}
</style>
border-color css
<style>
span { border-color: #C8BBDF; }
span { border-color: rgb(200,187,223); }
td.TdClassName
{
border-color: #C8BBDF;
}
.TagClassName
{
border-color: #C8BBDF;
}
</style>