#DDD9BF

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

Shades of Loafer #DDD9BF

Tints of Loafer #DDD9BF

Color information

#DDD9BF (or 0xDDD9BF) is unknown color: approx Loafer. HEX triplet: DD, D9 and BF. RGB value is (221,217,191). Sum of RGB (Red+Green+Blue) = 221+217+191=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9BF is #222640. Grayscale: #D7D7D7. Windows color (decimal): -2238017 or 12573149. OLE color: 12573149.

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

Color convert

RGB221217191-
CMYK00.020.140.13
HSL52º30.61%80.78%-
HSV(B)52º13.57%86.67%-
XYZ64.0468.7659.19-
YUV215.23114.33132.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 191 (75% from 255) = 30.37%
R=35.14%
G=34.50%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121719100.020.140.135230.6180.78
HexDDD9BF02ED341f51
Octal3353312770216156437121
Binary11011101110110011011111101011101101110100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9BF; }

 p { color: rgb(221,217,191); }

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

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

 a { background-color: rgb(221,217,191); }

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

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

 span { border-color: rgb(221,217,191); }

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