#DED1B6

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

Shades of Spanish White #DED1B6

Tints of Spanish White #DED1B6

Color information

#DED1B6 (or 0xDED1B6) is unknown color: approx Spanish White. HEX triplet: DE, D1 and B6. RGB value is (222,209,182). Sum of RGB (Red+Green+Blue) = 222+209+182=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1B6 is #212E49. Grayscale: #D1D1D1. Windows color (decimal): -2174538 or 11981278. OLE color: 11981278.

HSL color Cylindrical-coordinate representation of color #DED1B6: hue angle of 40.5º 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 #DED1B6 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222209182-
CMYK00.060.180.13
HSL40.5º37.74%79.22%-
HSV(B)40.5º18.02%87.06%-
XYZ61.3764.5153.47-
YUV209.81112.31136.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=36.22%
G=34.09%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220918200.060.180.1340.537.7479.22
HexDED1B60612D29264f
Octal3363212660622155146117
Binary11011110110100011011011001101001011011010011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1B6; }

 p { color: rgb(222,209,182); }

 H1.HeaderClassName
 {
   color: #DED1B6;
 }
 .AnyTagClassName
 {
   color: #DED1B6;
 }
</style>
background-color css

<style>
 a { background-color: #DED1B6; }

 a { background-color: rgb(222,209,182); }

 div.DivClassName
 {
   background-color: #DED1B6;
 }
 .BgClassName
 {
   background-color: #DED1B6;
 }
</style>
border-color css

<style>
 span { border-color: #DED1B6; }

 span { border-color: rgb(222,209,182); }

 td.TdClassName
 {
   border-color: #DED1B6;
 }
 .TagClassName
 {
   border-color: #DED1B6;
 }
</style>