Shades of Spanish White #DED3BB
Tints of Spanish White #DED3BB
RGB
CMYK
RGB Variations
Color information
#DED3BB (or 0xDED3BB) is known color: Spanish White. HEX triplet: DE, D3 and BB. RGB value is (222,211,187). Sum of RGB (Red+Green+Blue) = 222+211+187=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3BB is #212C44. Grayscale: #D3D3D3. Windows color (decimal): -2174021 or 12309470. OLE color: 12309470.
HSL color Cylindrical-coordinate representation of color #DED3BB: hue angle of 41.14º degrees, saturation: 0.35, 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 #DED3BB is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 187 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.13 |
| HSL | 41.14º | 0.35% | 0.8% | - |
| HSV(B) | 41.14º | 0.16% | 0.87% | - |
| XYZ | 62.39 | 65.71 | 56.41 | - |
| YUV | 211.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 187 | 0 | 0.05 | 0.16 | 0.13 | 41.14 | 0.35 | 0.8 |
| Hex | DE | D3 | BB | 0 | 5 | 10 | D | 29 | 23 | 50 |
| Octal | 336 | 323 | 273 | 0 | 5 | 20 | 15 | 51 | 43 | 120 |
| Binary | 11011110 | 11010011 | 10111011 | 0 | 101 | 10000 | 1101 | 101001 | 100011 | 1010000 |
Color Harmonies of #DED3BB
Complementary color
Monochromatic Colors of #DED3BB
Black with #DED3BB
Text Example
Text Example
White with #DED3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3BB; }
p { color: rgb(222,211,187); }
H1.HeaderClassName
{
color: #DED3BB;
}
.AnyTagClassName
{
color: #DED3BB;
}
</style>
background-color css
<style>
a { background-color: #DED3BB; }
a { background-color: rgb(222,211,187); }
div.DivClassName
{
background-color: #DED3BB;
}
.BgClassName
{
background-color: #DED3BB;
}
</style>
border-color css
<style>
span { border-color: #DED3BB; }
span { border-color: rgb(222,211,187); }
td.TdClassName
{
border-color: #DED3BB;
}
.TagClassName
{
border-color: #DED3BB;
}
</style>