#D7E7D8

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

Shades of Aqua Squeeze #D7E7D8

Tints of Aqua Squeeze #D7E7D8

Color information

#D7E7D8 (or 0xD7E7D8) is unknown color: approx Aqua Squeeze. HEX triplet: D7, E7 and D8. RGB value is (215,231,216). Sum of RGB (Red+Green+Blue) = 215+231+216=662 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.48% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7D8 is #281827. Grayscale: #E0E0E0. Windows color (decimal): -2627624 or 14215127. OLE color: 14215127.

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

Color convert

RGB215231216-
CMYK0.0700.060.09
HSL123.75º25%87.45%-
HSV(B)123.75º6.93%90.59%-
XYZ68.9976.5676.11-
YUV224.51123.2121.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.48%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 216 (84.77% from 255) = 32.63%
R=32.48%
G=34.89%
B=32.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152312160.0700.060.09123.752587.45
HexD7E7D870697c1957
Octal3273473307061117431127
Binary110101111110011111011000111011010011111100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7D8; }

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

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

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

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

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

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

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

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