#D7E9D8

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

Shades of Aqua Squeeze #D7E9D8

Tints of Aqua Squeeze #D7E9D8

Color information

#D7E9D8 (or 0xD7E9D8) is unknown color: approx Aqua Squeeze. HEX triplet: D7, E9 and D8. RGB value is (215,233,216). Sum of RGB (Red+Green+Blue) = 215+233+216=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9D8 is #281627. Grayscale: #E1E1E1. Windows color (decimal): -2627112 or 14215639. OLE color: 14215639.

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

Color convert

RGB215233216-
CMYK0.0800.070.09
HSL123.33º29.03%87.84%-
HSV(B)123.33º7.73%91.37%-
XYZ69.5677.6876.29-
YUV225.68122.54120.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.38%
GREEN value IS 233 (91.41% from 255) = 35.09%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=32.38%
G=35.09%
B=32.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152332160.0800.070.09123.3329.0387.84
HexD7E9D880797b1d58
Octal32735133010071117335130
Binary1101011111101001110110001000011110011111011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E9D8; }

 p { color: rgb(215,233,216); }

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

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

 a { background-color: rgb(215,233,216); }

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

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

 span { border-color: rgb(215,233,216); }

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