Shades of Spanish White #DED3BC
Tints of Spanish White #DED3BC
RGB
CMYK
RGB Variations
Color information
#DED3BC (or 0xDED3BC) is known color: Spanish White. HEX triplet: DE, D3 and BC. RGB value is (222,211,188). Sum of RGB (Red+Green+Blue) = 222+211+188=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3BC is #212C43. Grayscale: #D3D3D3. Windows color (decimal): -2174020 or 12375006. OLE color: 12375006.
HSL color Cylindrical-coordinate representation of color #DED3BC: hue angle of 40.59º 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 #DED3BC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 188 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.13 |
| HSL | 40.59º | 0.34% | 0.8% | - |
| HSV(B) | 40.59º | 0.15% | 0.87% | - |
| XYZ | 62.5 | 65.75 | 56.97 | - |
| YUV | 211.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 188 | 0 | 0.05 | 0.15 | 0.13 | 40.59 | 0.34 | 0.8 |
| Hex | DE | D3 | BC | 0 | 5 | F | D | 29 | 22 | 50 |
| Octal | 336 | 323 | 274 | 0 | 5 | 17 | 15 | 51 | 42 | 120 |
| Binary | 11011110 | 11010011 | 10111100 | 0 | 101 | 1111 | 1101 | 101001 | 100010 | 1010000 |
Color Harmonies of #DED3BC
Complementary color
Monochromatic Colors of #DED3BC
Black with #DED3BC
Text Example
Text Example
White with #DED3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3BC; }
p { color: rgb(222,211,188); }
H1.HeaderClassName
{
color: #DED3BC;
}
.AnyTagClassName
{
color: #DED3BC;
}
</style>
background-color css
<style>
a { background-color: #DED3BC; }
a { background-color: rgb(222,211,188); }
div.DivClassName
{
background-color: #DED3BC;
}
.BgClassName
{
background-color: #DED3BC;
}
</style>
border-color css
<style>
span { border-color: #DED3BC; }
span { border-color: rgb(222,211,188); }
td.TdClassName
{
border-color: #DED3BC;
}
.TagClassName
{
border-color: #DED3BC;
}
</style>