#D8ECDB

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

Shades of Aqua Squeeze #D8ECDB

Tints of Aqua Squeeze #D8ECDB

Color information

#D8ECDB (or 0xD8ECDB) is unknown color: approx Aqua Squeeze. HEX triplet: D8, EC and DB. RGB value is (216,236,219). Sum of RGB (Red+Green+Blue) = 216+236+219=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #D8ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8ECDB is #271324. Grayscale: #E4E4E4. Windows color (decimal): -2560805 or 14413016. OLE color: 14413016.

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

Color convert

RGB216236219-
CMYK0.0800.070.07
HSL129º34.48%88.63%-
HSV(B)129º8.47%92.55%-
XYZ71.179.778.65-
YUV228.08122.87119.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.19%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=32.19%
G=35.17%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162362190.0800.070.0712934.4888.63
HexD8ECDB8077812259
Octal3303543331007720142131
Binary11011000111011001101101110000111111100000011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECDB; }

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

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

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

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

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

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

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

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