Shades of Melrose #C4BBDF
Tints of Melrose #C4BBDF
RGB
CMYK
RGB Variations
Color information
#C4BBDF (or 0xC4BBDF) is known color: Melrose. HEX triplet: C4, BB and DF. RGB value is (196,187,223). Sum of RGB (Red+Green+Blue) = 196+187+223=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBDF is #3B4420. Grayscale: #C1C1C1. Windows color (decimal): -3884065 or 14662596. OLE color: 14662596.
HSL color Cylindrical-coordinate representation of color #C4BBDF: hue angle of 255º 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 #C4BBDF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 187 | 223 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.13 |
| HSL | 255º | 0.36% | 0.8% | - |
| HSV(B) | 255º | 0.16% | 0.87% | - |
| XYZ | 53.85 | 52.6 | 77.13 | - |
| YUV | 193.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 223 | 0.12 | 0.16 | 0 | 0.13 | 255 | 0.36 | 0.8 |
| Hex | C4 | BB | DF | C | 10 | 0 | D | FF | 24 | 50 |
| Octal | 304 | 273 | 337 | 14 | 20 | 0 | 15 | 377 | 44 | 120 |
| Binary | 11000100 | 10111011 | 11011111 | 1100 | 10000 | 0 | 1101 | 11111111 | 100100 | 1010000 |
Color Harmonies of #C4BBDF
Complementary color
Monochromatic Colors of #C4BBDF
Black with #C4BBDF
Text Example
Text Example
White with #C4BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBDF; }
p { color: rgb(196,187,223); }
H1.HeaderClassName
{
color: #C4BBDF;
}
.AnyTagClassName
{
color: #C4BBDF;
}
</style>
background-color css
<style>
a { background-color: #C4BBDF; }
a { background-color: rgb(196,187,223); }
div.DivClassName
{
background-color: #C4BBDF;
}
.BgClassName
{
background-color: #C4BBDF;
}
</style>
border-color css
<style>
span { border-color: #C4BBDF; }
span { border-color: rgb(196,187,223); }
td.TdClassName
{
border-color: #C4BBDF;
}
.TagClassName
{
border-color: #C4BBDF;
}
</style>