#D9E1DA

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

Shades of Aqua Squeeze #D9E1DA

Tints of Aqua Squeeze #D9E1DA

Color information

#D9E1DA (or 0xD9E1DA) is unknown color: approx Aqua Squeeze. HEX triplet: D9, E1 and DA. RGB value is (217,225,218). Sum of RGB (Red+Green+Blue) = 217+225+218=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1DA is #261E25. Grayscale: #DDDDDD. Windows color (decimal): -2498086 or 14344665. OLE color: 14344665.

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

Color convert

RGB217225218-
CMYK0.0400.030.12
HSL127.5º11.76%86.67%-
HSV(B)127.5º3.56%88.24%-
XYZ68.273.6676.95-
YUV221.81125.85124.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 225 (88.28% from 255) = 34.09%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=32.88%
G=34.09%
B=33.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172252180.0400.030.12127.511.7686.67
HexD9E1DA403C7fc57
Octal3313413324031417714127
Binary1101100111100001110110101000111100111111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1DA; }

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

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

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

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

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

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

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

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