#D6EDD8

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

Shades of Aqua Squeeze #D6EDD8

Tints of Aqua Squeeze #D6EDD8

Color information

#D6EDD8 (or 0xD6EDD8) is unknown color: approx Aqua Squeeze. HEX triplet: D6, ED and D8. RGB value is (214,237,216). Sum of RGB (Red+Green+Blue) = 214+237+216=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 216 (84.77% from 255 or 32.38% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD8 is #291227. Grayscale: #E3E3E3. Windows color (decimal): -2691624 or 14216662. OLE color: 14216662.

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

Color convert

RGB214237216-
CMYK0.1000.090.07
HSL125.22º38.98%88.43%-
HSV(B)125.22º9.7%92.94%-
XYZ70.4179.8276.66-
YUV227.73121.38118.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 237 (92.97% from 255) = 35.53%
BLUE value IS 216 (84.77% from 255) = 32.38%
R=32.08%
G=35.53%
B=32.38%

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
Decimal2142372160.1000.090.07125.2238.9888.43
HexD6EDD8A0977d2758
Octal32635533012011717547130
Binary11010110111011011101100010100100111111111011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EDD8; }

 p { color: rgb(214,237,216); }

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

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

 a { background-color: rgb(214,237,216); }

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

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

 span { border-color: rgb(214,237,216); }

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