#D8EBD9

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

Shades of Aqua Squeeze #D8EBD9

Tints of Aqua Squeeze #D8EBD9

Color information

#D8EBD9 (or 0xD8EBD9) is unknown color: approx Aqua Squeeze. HEX triplet: D8, EB and D9. RGB value is (216,235,217). Sum of RGB (Red+Green+Blue) = 216+235+217=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBD9 is #271426. Grayscale: #E3E3E3. Windows color (decimal): -2561063 or 14281688. OLE color: 14281688.

HSL color Cylindrical-coordinate representation of color #D8EBD9: hue angle of 123.16º degrees, saturation: 0.32, 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 #D8EBD9 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB216235217-
CMYK0.0800.080.08
HSL123.16º32.2%88.43%-
HSV(B)123.16º8.09%92.16%-
XYZ70.5579.0377.18-
YUV227.27122.21119.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.34%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 217 (85.16% from 255) = 32.49%
R=32.34%
G=35.18%
B=32.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162352170.0800.080.08123.1632.288.43
HexD8EBD980887b2058
Octal330353331100101017340130
Binary110110001110101111011001100001000100011110111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBD9; }

 p { color: rgb(216,235,217); }

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

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

 a { background-color: rgb(216,235,217); }

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

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

 span { border-color: rgb(216,235,217); }

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