#D6E7D8

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

Shades of Aqua Squeeze #D6E7D8

Tints of Aqua Squeeze #D6E7D8

Color information

#D6E7D8 (or 0xD6E7D8) is unknown color: approx Aqua Squeeze. HEX triplet: D6, E7 and D8. RGB value is (214,231,216). Sum of RGB (Red+Green+Blue) = 214+231+216=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7D8 is #291827. Grayscale: #E0E0E0. Windows color (decimal): -2693160 or 14215126. OLE color: 14215126.

HSL color Cylindrical-coordinate representation of color #D6E7D8: hue angle of 127.06º degrees, saturation: 0.26, 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 #D6E7D8 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB214231216-
CMYK0.0700.060.09
HSL127.06º26.15%87.25%-
HSV(B)127.06º7.36%90.59%-
XYZ68.776.4176.09-
YUV224.21123.37120.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.38%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=32.38%
G=34.95%
B=32.68%

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
Decimal2142312160.0700.060.09127.0626.1587.25
HexD6E7D870697f1a57
Octal3263473307061117732127
Binary110101101110011111011000111011010011111111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7D8; }

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

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

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

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

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

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

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

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