#DDDEBD

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

Shades of Loafer #DDDEBD

Tints of Loafer #DDDEBD

Color information

#DDDEBD (or 0xDDDEBD) is unknown color: approx Loafer. HEX triplet: DD, DE and BD. RGB value is (221,222,189). Sum of RGB (Red+Green+Blue) = 221+222+189=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEBD is #222142. Grayscale: #DADADA. Windows color (decimal): -2236739 or 12443357. OLE color: 12443357.

HSL color Cylindrical-coordinate representation of color #DDDEBD: hue angle of 61.82º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDDEBD is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221222189-
CMYK0.0000.150.13
HSL61.82º33.33%80.59%-
HSV(B)61.82º14.86%87.06%-
XYZ65.1371.2958.47-
YUV217.94111.67130.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=34.97%
G=35.13%
B=29.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212221890.0000.150.1361.8233.3380.59
HexDDDEBD00FD3e2151
Octal3353362750017157641121
Binary11011101110111101011110100111111011111101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEBD; }

 p { color: rgb(221,222,189); }

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

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

 a { background-color: rgb(221,222,189); }

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

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

 span { border-color: rgb(221,222,189); }

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