#D6EED9

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

Shades of Aqua Squeeze #D6EED9

Tints of Aqua Squeeze #D6EED9

Color information

#D6EED9 (or 0xD6EED9) is unknown color: approx Aqua Squeeze. HEX triplet: D6, EE and D9. RGB value is (214,238,217). Sum of RGB (Red+Green+Blue) = 214+238+217=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED9 is #291126. Grayscale: #E4E4E4. Windows color (decimal): -2691367 or 14282454. OLE color: 14282454.

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

Color convert

RGB214238217-
CMYK0.1000.090.07
HSL127.5º41.38%88.63%-
HSV(B)127.5º10.08%93.33%-
XYZ70.8380.4577.44-
YUV228.43121.55117.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 217 (85.16% from 255) = 32.44%
R=31.99%
G=35.58%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2142382170.1000.090.07127.541.3888.63
HexD6EED9A0977f2959
Octal32635633112011717751131
Binary11010110111011101101100110100100111111111111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EED9; }

 p { color: rgb(214,238,217); }

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

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

 a { background-color: rgb(214,238,217); }

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

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

 span { border-color: rgb(214,238,217); }

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