#D6EED8

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

Shades of Aqua Squeeze #D6EED8

Tints of Aqua Squeeze #D6EED8

Color information

#D6EED8 (or 0xD6EED8) is unknown color: approx Aqua Squeeze. HEX triplet: D6, EE and D8. RGB value is (214,238,216). Sum of RGB (Red+Green+Blue) = 214+238+216=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EED8 is #291127. Grayscale: #E4E4E4. Windows color (decimal): -2691368 or 14216918. OLE color: 14216918.

HSL color Cylindrical-coordinate representation of color #D6EED8: hue angle of 125º 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 #D6EED8 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB214238216-
CMYK0.1000.090.07
HSL125º41.38%88.63%-
HSV(B)125º10.08%93.33%-
XYZ70.780.476.76-
YUV228.32121.05117.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 216 (84.77% from 255) = 32.34%
R=32.04%
G=35.63%
B=32.34%

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
Decimal2142382160.1000.090.0712541.3888.63
HexD6EED8A0977d2959
Octal32635633012011717551131
Binary11010110111011101101100010100100111111111011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EED8; }

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

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

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

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

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

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

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

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