#D9DACE

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

Shades of Green White #D9DACE

Tints of Green White #D9DACE

Color information

#D9DACE (or 0xD9DACE) is unknown color: approx Green White. HEX triplet: D9, DA and CE. RGB value is (217,218,206). Sum of RGB (Red+Green+Blue) = 217+218+206=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DACE is #262531. Grayscale: #D8D8D8. Windows color (decimal): -2499890 or 13556441. OLE color: 13556441.

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

Color convert

RGB217218206-
CMYK0.0000.060.15
HSL65º13.95%83.14%-
HSV(B)65º5.5%85.49%-
XYZ64.8369.3568.36-
YUV216.33122.17128.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=33.85%
G=34.01%
B=32.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172182060.0000.060.156513.9583.14
HexD9DACE006F41e53
Octal3313323160061710116123
Binary110110011101101011001110001101111100000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DACE; }

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

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

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

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

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

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

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

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