Shades of Spanish White #D8CEBA
Tints of Spanish White #D8CEBA
RGB
CMYK
RGB Variations
Color information
#D8CEBA (or 0xD8CEBA) is known color: Spanish White. HEX triplet: D8, CE and BA. RGB value is (216,206,186). Sum of RGB (Red+Green+Blue) = 216+206+186=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEBA is #273145. Grayscale: #CECECE. Windows color (decimal): -2568518 or 12242648. OLE color: 12242648.
HSL color Cylindrical-coordinate representation of color #D8CEBA: hue angle of 40º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CEBA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 186 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.15 |
| HSL | 40º | 0.28% | 0.79% | - |
| HSV(B) | 40º | 0.14% | 0.85% | - |
| XYZ | 59.25 | 62.29 | 55.35 | - |
| YUV | 206.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 186 | 0 | 0.05 | 0.14 | 0.15 | 40 | 0.28 | 0.79 |
| Hex | D8 | CE | BA | 0 | 5 | E | F | 28 | 1C | 4F |
| Octal | 330 | 316 | 272 | 0 | 5 | 16 | 17 | 50 | 34 | 117 |
| Binary | 11011000 | 11001110 | 10111010 | 0 | 101 | 1110 | 1111 | 101000 | 11100 | 1001111 |
Color Harmonies of #D8CEBA
Complementary color
Monochromatic Colors of #D8CEBA
Black with #D8CEBA
Text Example
Text Example
White with #D8CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEBA; }
p { color: rgb(216,206,186); }
H1.HeaderClassName
{
color: #D8CEBA;
}
.AnyTagClassName
{
color: #D8CEBA;
}
</style>
background-color css
<style>
a { background-color: #D8CEBA; }
a { background-color: rgb(216,206,186); }
div.DivClassName
{
background-color: #D8CEBA;
}
.BgClassName
{
background-color: #D8CEBA;
}
</style>
border-color css
<style>
span { border-color: #D8CEBA; }
span { border-color: rgb(216,206,186); }
td.TdClassName
{
border-color: #D8CEBA;
}
.TagClassName
{
border-color: #D8CEBA;
}
</style>