#DDDABD

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

Shades of Loafer #DDDABD

Tints of Loafer #DDDABD

Color information

#DDDABD (or 0xDDDABD) is unknown color: approx Loafer. HEX triplet: DD, DA and BD. RGB value is (221,218,189). Sum of RGB (Red+Green+Blue) = 221+218+189=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDABD is #222542. Grayscale: #D7D7D7. Windows color (decimal): -2237763 or 12442333. OLE color: 12442333.

HSL color Cylindrical-coordinate representation of color #DDDABD: hue angle of 54.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDABD is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221218189-
CMYK00.010.140.13
HSL54.38º32%80.39%-
HSV(B)54.38º14.48%86.67%-
XYZ64.0869.1958.12-
YUV215.59112.99131.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=35.19%
G=34.71%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121818900.010.140.1354.383280.39
HexDDDABD01ED362050
Octal3353322750116156640120
Binary11011101110110101011110101111011011101101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDABD; }

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

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

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

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

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

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

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

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