#D9DABD

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

Shades of Loafer #D9DABD

Tints of Loafer #D9DABD

Color information

#D9DABD (or 0xD9DABD) is unknown color: approx Loafer. HEX triplet: D9, DA and BD. RGB value is (217,218,189). Sum of RGB (Red+Green+Blue) = 217+218+189=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DABD is #262542. Grayscale: #D6D6D6. Windows color (decimal): -2499907 or 12442329. OLE color: 12442329.

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

Color convert

RGB217218189-
CMYK0.0000.130.15
HSL62.07º28.16%79.8%-
HSV(B)62.07º13.3%85.49%-
XYZ62.8768.5758.07-
YUV214.4113.67129.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=34.78%
G=34.94%
B=30.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181890.0000.130.1562.0728.1679.8
HexD9DABD00DF3e1c50
Octal3313322750015177634120
Binary1101100111011010101111010011011111111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DABD; }

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

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

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

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

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

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

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

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