#D6ECD8

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

Shades of Aqua Squeeze #D6ECD8

Tints of Aqua Squeeze #D6ECD8

Color information

#D6ECD8 (or 0xD6ECD8) is unknown color: approx Aqua Squeeze. HEX triplet: D6, EC and D8. RGB value is (214,236,216). Sum of RGB (Red+Green+Blue) = 214+236+216=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD8 is #291327. Grayscale: #E3E3E3. Windows color (decimal): -2691880 or 14216406. OLE color: 14216406.

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

Color convert

RGB214236216-
CMYK0.0900.080.07
HSL125.45º36.67%88.24%-
HSV(B)125.45º9.32%92.55%-
XYZ70.1279.2476.57-
YUV227.14121.71118.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 216 (84.77% from 255) = 32.43%
R=32.13%
G=35.44%
B=32.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362160.0900.080.07125.4536.6788.24
HexD6ECD890877d2558
Octal32635433011010717545130
Binary11010110111011001101100010010100011111111011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECD8; }

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

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

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

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

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

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

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

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