#D6EBD7

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

Shades of Aqua Squeeze #D6EBD7

Tints of Aqua Squeeze #D6EBD7

Color information

#D6EBD7 (or 0xD6EBD7) is unknown color: approx Aqua Squeeze. HEX triplet: D6, EB and D7. RGB value is (214,235,215). Sum of RGB (Red+Green+Blue) = 214+235+215=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBD7 is #291428. Grayscale: #E2E2E2. Windows color (decimal): -2692137 or 14150614. OLE color: 14150614.

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

Color convert

RGB214235215-
CMYK0.0900.090.08
HSL122.86º34.43%88.04%-
HSV(B)122.86º8.94%92.16%-
XYZ69.7178.6275.79-
YUV226.44121.54119.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=32.23%
G=35.39%
B=32.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352150.0900.090.08122.8634.4388.04
HexD6EBD790987b2258
Octal326353327110111017342130
Binary110101101110101111010111100101001100011110111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBD7; }

 p { color: rgb(214,235,215); }

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

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

 a { background-color: rgb(214,235,215); }

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

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

 span { border-color: rgb(214,235,215); }

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