#D9DAC2

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

Shades of Loafer #D9DAC2

Tints of Loafer #D9DAC2

Color information

#D9DAC2 (or 0xD9DAC2) is unknown color: approx Loafer. HEX triplet: D9, DA and C2. RGB value is (217,218,194). Sum of RGB (Red+Green+Blue) = 217+218+194=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC2 is #26253D. Grayscale: #D7D7D7. Windows color (decimal): -2499902 or 12770009. OLE color: 12770009.

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

Color convert

RGB217218194-
CMYK0.0000.110.15
HSL62.5º24.49%80.78%-
HSV(B)62.5º11.01%85.49%-
XYZ63.4268.7960.97-
YUV214.96116.17129.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 194 (76.17% from 255) = 30.84%
R=34.50%
G=34.66%
B=30.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181940.0000.110.1562.524.4980.78
HexD9DAC200BF3e1851
Octal3313323020013177630121
Binary1101100111011010110000100010111111111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAC2; }

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

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

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

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

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

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

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

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