Shades of Spanish White #DED1BC
Tints of Spanish White #DED1BC
RGB
CMYK
RGB Variations
Color information
#DED1BC (or 0xDED1BC) is known color: Spanish White. HEX triplet: DE, D1 and BC. RGB value is (222,209,188). Sum of RGB (Red+Green+Blue) = 222+209+188=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1BC is #212E43. Grayscale: #D2D2D2. Windows color (decimal): -2174532 or 12374494. OLE color: 12374494.
HSL color Cylindrical-coordinate representation of color #DED1BC: hue angle of 37.06º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED1BC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 188 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.13 |
| HSL | 37.06º | 0.34% | 0.8% | - |
| HSV(B) | 37.06º | 0.15% | 0.87% | - |
| XYZ | 62 | 64.76 | 56.81 | - |
| YUV | 210.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 188 | 0 | 0.06 | 0.15 | 0.13 | 37.06 | 0.34 | 0.8 |
| Hex | DE | D1 | BC | 0 | 6 | F | D | 25 | 22 | 50 |
| Octal | 336 | 321 | 274 | 0 | 6 | 17 | 15 | 45 | 42 | 120 |
| Binary | 11011110 | 11010001 | 10111100 | 0 | 110 | 1111 | 1101 | 100101 | 100010 | 1010000 |
Color Harmonies of #DED1BC
Complementary color
Monochromatic Colors of #DED1BC
Black with #DED1BC
Text Example
Text Example
White with #DED1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1BC; }
p { color: rgb(222,209,188); }
H1.HeaderClassName
{
color: #DED1BC;
}
.AnyTagClassName
{
color: #DED1BC;
}
</style>
background-color css
<style>
a { background-color: #DED1BC; }
a { background-color: rgb(222,209,188); }
div.DivClassName
{
background-color: #DED1BC;
}
.BgClassName
{
background-color: #DED1BC;
}
</style>
border-color css
<style>
span { border-color: #DED1BC; }
span { border-color: rgb(222,209,188); }
td.TdClassName
{
border-color: #DED1BC;
}
.TagClassName
{
border-color: #DED1BC;
}
</style>