#D9DED9

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

Shades of Aqua Squeeze #D9DED9

Tints of Aqua Squeeze #D9DED9

Color information

#D9DED9 (or 0xD9DED9) is unknown color: approx Aqua Squeeze. HEX triplet: D9, DE and D9. RGB value is (217,222,217). Sum of RGB (Red+Green+Blue) = 217+222+217=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED9 is #262126. Grayscale: #DBDBDB. Windows color (decimal): -2498855 or 14278361. OLE color: 14278361.

HSL color Cylindrical-coordinate representation of color #D9DED9: hue angle of 120º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DED9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB217222217-
CMYK0.0200.020.13
HSL120º7.04%86.08%-
HSV(B)120º2.25%87.06%-
XYZ67.267276-
YUV219.94126.34125.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=33.08%
G=33.84%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172222170.0200.020.131207.0486.08
HexD9DED9202D78756
Octal331336331202151707126
Binary11011001110111101101100110010110111110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DED9; }

 p { color: rgb(217,222,217); }

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

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

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

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

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

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

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