#DDDABB

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

Shades of Loafer #DDDABB

Tints of Loafer #DDDABB

Color information

#DDDABB (or 0xDDDABB) is unknown color: approx Loafer. HEX triplet: DD, DA and BB. RGB value is (221,218,187). Sum of RGB (Red+Green+Blue) = 221+218+187=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDABB is #222544. Grayscale: #D7D7D7. Windows color (decimal): -2237765 or 12311261. OLE color: 12311261.

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

Color convert

RGB221218187-
CMYK00.010.150.13
HSL54.71º33.33%80%-
HSV(B)54.71º15.38%86.67%-
XYZ63.8669.156.99-
YUV215.36111.99132.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=35.30%
G=34.82%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121818700.010.150.1354.7133.3380
HexDDDABB01FD372150
Octal3353322730117156741120
Binary11011101110110101011101101111111011101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDABB; }

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

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

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

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

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

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

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

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