#D7EFDA

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

Shades of Aqua Squeeze #D7EFDA

Tints of Aqua Squeeze #D7EFDA

Color information

#D7EFDA (or 0xD7EFDA) is unknown color: approx Aqua Squeeze. HEX triplet: D7, EF and DA. RGB value is (215,239,218). Sum of RGB (Red+Green+Blue) = 215+239+218=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EFDA is #281025. Grayscale: #E5E5E5. Windows color (decimal): -2625574 or 14348247. OLE color: 14348247.

HSL color Cylindrical-coordinate representation of color #D7EFDA: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EFDA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB215239218-
CMYK0.1000.090.06
HSL127.5º42.86%89.02%-
HSV(B)127.5º10.04%93.73%-
XYZ71.5581.2478.24-
YUV229.43121.55117.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=31.99%
G=35.57%
B=32.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392180.1000.090.06127.542.8689.02
HexD7EFDAA0967f2b59
Octal32735733212011617753131
Binary11010111111011111101101010100100111011111111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFDA; }

 p { color: rgb(215,239,218); }

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

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

 a { background-color: rgb(215,239,218); }

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

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

 span { border-color: rgb(215,239,218); }

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