#D6EAD8

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

Shades of Aqua Squeeze #D6EAD8

Tints of Aqua Squeeze #D6EAD8

Color information

#D6EAD8 (or 0xD6EAD8) is unknown color: approx Aqua Squeeze. HEX triplet: D6, EA and D8. RGB value is (214,234,216). Sum of RGB (Red+Green+Blue) = 214+234+216=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EAD8 is #291527. Grayscale: #E2E2E2. Windows color (decimal): -2692392 or 14215894. OLE color: 14215894.

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

Color convert

RGB214234216-
CMYK0.0900.080.08
HSL126º32.26%87.84%-
HSV(B)126º8.55%91.76%-
XYZ69.5578.176.37-
YUV225.97122.37119.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=32.23%
G=35.24%
B=32.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142342160.0900.080.0812632.2687.84
HexD6EAD890887e2058
Octal326352330110101017640130
Binary110101101110101011011000100101000100011111101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAD8; }

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

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

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

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

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

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

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

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