Shades of Spanish White #DED2B4
Tints of Spanish White #DED2B4
RGB
CMYK
RGB Variations
Color information
#DED2B4 (or 0xDED2B4) is known color: Spanish White. HEX triplet: DE, D2 and B4. RGB value is (222,210,180). Sum of RGB (Red+Green+Blue) = 222+210+180=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2B4 is #212D4B. Grayscale: #D2D2D2. Windows color (decimal): -2174284 or 11850462. OLE color: 11850462.
HSL color Cylindrical-coordinate representation of color #DED2B4: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DED2B4 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 180 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.13 |
| HSL | 42.86º | 0.39% | 0.79% | - |
| HSV(B) | 42.86º | 0.19% | 0.87% | - |
| XYZ | 61.41 | 64.92 | 52.47 | - |
| YUV | 210.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 180 | 0 | 0.05 | 0.19 | 0.13 | 42.86 | 0.39 | 0.79 |
| Hex | DE | D2 | B4 | 0 | 5 | 13 | D | 2B | 27 | 4F |
| Octal | 336 | 322 | 264 | 0 | 5 | 23 | 15 | 53 | 47 | 117 |
| Binary | 11011110 | 11010010 | 10110100 | 0 | 101 | 10011 | 1101 | 101011 | 100111 | 1001111 |
Color Harmonies of #DED2B4
Complementary color
Monochromatic Colors of #DED2B4
Black with #DED2B4
Text Example
Text Example
White with #DED2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2B4; }
p { color: rgb(222,210,180); }
H1.HeaderClassName
{
color: #DED2B4;
}
.AnyTagClassName
{
color: #DED2B4;
}
</style>
background-color css
<style>
a { background-color: #DED2B4; }
a { background-color: rgb(222,210,180); }
div.DivClassName
{
background-color: #DED2B4;
}
.BgClassName
{
background-color: #DED2B4;
}
</style>
border-color css
<style>
span { border-color: #DED2B4; }
span { border-color: rgb(222,210,180); }
td.TdClassName
{
border-color: #DED2B4;
}
.TagClassName
{
border-color: #DED2B4;
}
</style>