#DED3BB

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

Shades of Spanish White #DED3BB

Tints of Spanish White #DED3BB

Color information

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

RGB222211187-
CMYK00.050.160.13
HSL41.14º34.65%80.2%-
HSV(B)41.14º15.77%87.06%-
XYZ62.3965.7156.41-
YUV211.55114.14135.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=35.81%
G=34.03%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221118700.050.160.1341.1434.6580.2
HexDED3BB0510D292350
Octal3363232730520155143120
Binary11011110110100111011101101011000011011010011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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