#D8EADA

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

Shades of Aqua Squeeze #D8EADA

Tints of Aqua Squeeze #D8EADA

Color information

#D8EADA (or 0xD8EADA) is unknown color: approx Aqua Squeeze. HEX triplet: D8, EA and DA. RGB value is (216,234,218). Sum of RGB (Red+Green+Blue) = 216+234+218=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EADA is #271525. Grayscale: #E2E2E2. Windows color (decimal): -2561318 or 14346968. OLE color: 14346968.

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

Color convert

RGB216234218-
CMYK0.0800.070.08
HSL126.67º30%88.24%-
HSV(B)126.67º7.69%91.76%-
XYZ70.478.5177.77-
YUV226.79123.04120.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.34%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=32.34%
G=35.03%
B=32.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162342180.0800.070.08126.673088.24
HexD8EADA80787f1e58
Octal33035233210071017736130
Binary1101100011101010110110101000011110001111111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EADA; }

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

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

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

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

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

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

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

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