#D9DAC1

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

Shades of Loafer #D9DAC1

Tints of Loafer #D9DAC1

Color information

#D9DAC1 (or 0xD9DAC1) is unknown color: approx Loafer. HEX triplet: D9, DA and C1. RGB value is (217,218,193). Sum of RGB (Red+Green+Blue) = 217+218+193=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAC1 is #26253E. Grayscale: #D6D6D6. Windows color (decimal): -2499903 or 12704473. OLE color: 12704473.

HSL color Cylindrical-coordinate representation of color #D9DAC1: hue angle of 62.4º degrees, saturation: 0.25, 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 #D9DAC1 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB217218193-
CMYK0.0000.110.15
HSL62.4º25.25%80.59%-
HSV(B)62.4º11.47%85.49%-
XYZ63.3168.7460.38-
YUV214.85115.67129.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 193 (75.78% from 255) = 30.73%
R=34.55%
G=34.71%
B=30.73%

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
Decimal2172181930.0000.110.1562.425.2580.59
HexD9DAC100BF3e1951
Octal3313323010013177631121
Binary1101100111011010110000010010111111111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAC1; }

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

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

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

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

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

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

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

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