Shades of Spanish White #DED2B6
Tints of Spanish White #DED2B6
RGB
CMYK
RGB Variations
Color information
#DED2B6 (or 0xDED2B6) is known color: Spanish White. HEX triplet: DE, D2 and B6. RGB value is (222,210,182). Sum of RGB (Red+Green+Blue) = 222+210+182=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2B6 is #212D49. Grayscale: #D2D2D2. Windows color (decimal): -2174282 or 11981534. OLE color: 11981534.
HSL color Cylindrical-coordinate representation of color #DED2B6: hue angle of 42º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DED2B6 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 182 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.13 |
| HSL | 42º | 0.38% | 0.79% | - |
| HSV(B) | 42º | 0.18% | 0.87% | - |
| XYZ | 61.61 | 65 | 53.55 | - |
| YUV | 210.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 182 | 0 | 0.05 | 0.18 | 0.13 | 42 | 0.38 | 0.79 |
| Hex | DE | D2 | B6 | 0 | 5 | 12 | D | 2A | 26 | 4F |
| Octal | 336 | 322 | 266 | 0 | 5 | 22 | 15 | 52 | 46 | 117 |
| Binary | 11011110 | 11010010 | 10110110 | 0 | 101 | 10010 | 1101 | 101010 | 100110 | 1001111 |
Color Harmonies of #DED2B6
Complementary color
Monochromatic Colors of #DED2B6
Black with #DED2B6
Text Example
Text Example
White with #DED2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2B6; }
p { color: rgb(222,210,182); }
H1.HeaderClassName
{
color: #DED2B6;
}
.AnyTagClassName
{
color: #DED2B6;
}
</style>
background-color css
<style>
a { background-color: #DED2B6; }
a { background-color: rgb(222,210,182); }
div.DivClassName
{
background-color: #DED2B6;
}
.BgClassName
{
background-color: #DED2B6;
}
</style>
border-color css
<style>
span { border-color: #DED2B6; }
span { border-color: rgb(222,210,182); }
td.TdClassName
{
border-color: #DED2B6;
}
.TagClassName
{
border-color: #DED2B6;
}
</style>