#D9EBDA

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

Shades of Aqua Squeeze #D9EBDA

Tints of Aqua Squeeze #D9EBDA

Color information

#D9EBDA (or 0xD9EBDA) is unknown color: approx Aqua Squeeze. HEX triplet: D9, EB and DA. RGB value is (217,235,218). Sum of RGB (Red+Green+Blue) = 217+235+218=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBDA is #261425. Grayscale: #E3E3E3. Windows color (decimal): -2495526 or 14347225. OLE color: 14347225.

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

Color convert

RGB217235218-
CMYK0.0800.070.08
HSL123.33º31.03%88.63%-
HSV(B)123.33º7.66%92.16%-
XYZ70.9879.2377.88-
YUV227.68122.54120.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=32.39%
G=35.07%
B=32.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352180.0800.070.08123.3331.0388.63
HexD9EBDA80787b1f59
Octal33135333210071017337131
Binary1101100111101011110110101000011110001111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBDA; }

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

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

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

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

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

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

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

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