#D7EDD9

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

Shades of Aqua Squeeze #D7EDD9

Tints of Aqua Squeeze #D7EDD9

Color information

#D7EDD9 (or 0xD7EDD9) is unknown color: approx Aqua Squeeze. HEX triplet: D7, ED and D9. RGB value is (215,237,217). Sum of RGB (Red+Green+Blue) = 215+237+217=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #D7EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EDD9 is #281226. Grayscale: #E4E4E4. Windows color (decimal): -2626087 or 14282199. OLE color: 14282199.

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

Color convert

RGB215237217-
CMYK0.0900.080.07
HSL125.45º37.93%88.63%-
HSV(B)125.45º9.28%92.94%-
XYZ70.8380.0377.36-
YUV228.14121.71118.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 217 (85.16% from 255) = 32.44%
R=32.14%
G=35.43%
B=32.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152372170.0900.080.07125.4537.9388.63
HexD7EDD990877d2659
Octal32735533111010717546131
Binary11010111111011011101100110010100011111111011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EDD9; }

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

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

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

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

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

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

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

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