#D9DABC

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

Shades of Loafer #D9DABC

Tints of Loafer #D9DABC

Color information

#D9DABC (or 0xD9DABC) is unknown color: approx Loafer. HEX triplet: D9, DA and BC. RGB value is (217,218,188). Sum of RGB (Red+Green+Blue) = 217+218+188=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DABC is #262543. Grayscale: #D6D6D6. Windows color (decimal): -2499908 or 12376793. OLE color: 12376793.

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

Color convert

RGB217218188-
CMYK0.0000.140.15
HSL62º28.85%79.61%-
HSV(B)62º13.76%85.49%-
XYZ62.7668.5357.5-
YUV214.28113.17129.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 188 (73.83% from 255) = 30.18%
R=34.83%
G=34.99%
B=30.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181880.0000.140.156228.8579.61
HexD9DABC00EF3e1d50
Octal3313322740016177635120
Binary1101100111011010101111000011101111111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DABC; }

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

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

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

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

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

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

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

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