#D6E9D7

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

Shades of Aqua Squeeze #D6E9D7

Tints of Aqua Squeeze #D6E9D7

Color information

#D6E9D7 (or 0xD6E9D7) is unknown color: approx Aqua Squeeze. HEX triplet: D6, E9 and D7. RGB value is (214,233,215). Sum of RGB (Red+Green+Blue) = 214+233+215=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9D7 is #291628. Grayscale: #E1E1E1. Windows color (decimal): -2692649 or 14150102. OLE color: 14150102.

HSL color Cylindrical-coordinate representation of color #D6E9D7: hue angle of 123.16º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E9D7 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB214233215-
CMYK0.0800.080.09
HSL123.16º30.16%87.65%-
HSV(B)123.16º8.15%91.37%-
XYZ69.1477.4875.6-
YUV225.27122.21119.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.33%
GREEN value IS 233 (91.41% from 255) = 35.20%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=32.33%
G=35.20%
B=32.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142332150.0800.080.09123.1630.1687.65
HexD6E9D780897b1e58
Octal326351327100101117336130
Binary11010110111010011101011110000100010011111011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E9D7; }

 p { color: rgb(214,233,215); }

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

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

 a { background-color: rgb(214,233,215); }

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

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

 span { border-color: rgb(214,233,215); }

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