#D9E0DA

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

Shades of Aqua Squeeze #D9E0DA

Tints of Aqua Squeeze #D9E0DA

Color information

#D9E0DA (or 0xD9E0DA) is unknown color: approx Aqua Squeeze. HEX triplet: D9, E0 and DA. RGB value is (217,224,218). Sum of RGB (Red+Green+Blue) = 217+224+218=659 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.93% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0DA is #261F25. Grayscale: #DDDDDD. Windows color (decimal): -2498342 or 14344409. OLE color: 14344409.

HSL color Cylindrical-coordinate representation of color #D9E0DA: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9E0DA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB217224218-
CMYK0.0300.030.12
HSL128.57º10.14%86.47%-
HSV(B)128.57º3.12%87.84%-
XYZ67.9373.1276.86-
YUV221.22126.18124.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.93%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=32.93%
G=33.99%
B=33.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172242180.0300.030.12128.5710.1486.47
HexD9E0DA303C81a56
Octal3313403323031420112126
Binary1101100111100000110110101101111001000000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0DA; }

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

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

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

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

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

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

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

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