#DFDDBB

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

Shades of Loafer #DFDDBB

Tints of Loafer #DFDDBB

Color information

#DFDDBB (or 0xDFDDBB) is unknown color: approx Loafer. HEX triplet: DF, DD and BB. RGB value is (223,221,187). Sum of RGB (Red+Green+Blue) = 223+221+187=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDBB is #202244. Grayscale: #D9D9D9. Windows color (decimal): -2105925 or 12312031. OLE color: 12312031.

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

Color convert

RGB223221187-
CMYK00.010.160.13
HSL56.67º36%80.39%-
HSV(B)56.67º16.14%87.45%-
XYZ65.2670.9957.28-
YUV217.72110.66131.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=35.34%
G=35.02%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322118700.010.160.1356.673680.39
HexDFDDBB0110D392450
Octal3373352730120157144120
Binary110111111101110110111011011000011011110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDBB; }

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

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

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

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

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

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

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

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