#D9EDDB

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

Shades of Aqua Squeeze #D9EDDB

Tints of Aqua Squeeze #D9EDDB

Color information

#D9EDDB (or 0xD9EDDB) is unknown color: approx Aqua Squeeze. HEX triplet: D9, ED and DB. RGB value is (217,237,219). Sum of RGB (Red+Green+Blue) = 217+237+219=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDDB is #261224. Grayscale: #E5E5E5. Windows color (decimal): -2495013 or 14413273. OLE color: 14413273.

HSL color Cylindrical-coordinate representation of color #D9EDDB: hue angle of 126º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EDDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB217237219-
CMYK0.0800.080.07
HSL126º35.71%89.02%-
HSV(B)126º8.44%92.94%-
XYZ71.6980.4378.77-
YUV228.97122.37119.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.24%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=32.24%
G=35.22%
B=32.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172372190.0800.080.0712635.7189.02
HexD9EDDB80877e2459
Octal33135533310010717644131
Binary11011001111011011101101110000100011111111101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EDDB; }

 p { color: rgb(217,237,219); }

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

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

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

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

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

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

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