#DED2B4

Color #DED2B4 Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #DED2B4

Tints of Spanish White #DED2B4

Color information

#DED2B4 (or 0xDED2B4) is unknown color: approx 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

RGB222210180-
CMYK00.050.190.13
HSL42.86º38.89%78.82%-
HSV(B)42.86º18.92%87.06%-
XYZ61.4164.9252.47-
YUV210.17110.98136.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=36.27%
G=34.31%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221018000.050.190.1342.8638.8978.82
HexDED2B40513D2b274f
Octal3363222640523155347117
Binary11011110110100101011010001011001111011010111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>