#DDDABC

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

Shades of Loafer #DDDABC

Tints of Loafer #DDDABC

Color information

#DDDABC (or 0xDDDABC) is unknown color: approx Loafer. HEX triplet: DD, DA and BC. RGB value is (221,218,188). Sum of RGB (Red+Green+Blue) = 221+218+188=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDABC is #222543. Grayscale: #D7D7D7. Windows color (decimal): -2237764 or 12376797. OLE color: 12376797.

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

Color convert

RGB221218188-
CMYK00.010.150.13
HSL54.55º32.67%80.2%-
HSV(B)54.55º14.93%86.67%-
XYZ63.9769.1557.55-
YUV215.48112.49131.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 188 (73.83% from 255) = 29.98%
R=35.25%
G=34.77%
B=29.98%

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
Decimal22121818800.010.150.1354.5532.6780.2
HexDDDABC01FD372150
Octal3353322740117156741120
Binary11011101110110101011110001111111011101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDABC; }

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

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

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

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

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

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

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

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