#D9EBDB

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

Shades of Aqua Squeeze #D9EBDB

Tints of Aqua Squeeze #D9EBDB

Color information

#D9EBDB (or 0xD9EBDB) is unknown color: approx Aqua Squeeze. HEX triplet: D9, EB and DB. RGB value is (217,235,219). Sum of RGB (Red+Green+Blue) = 217+235+219=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBDB is #261424. Grayscale: #E3E3E3. Windows color (decimal): -2495525 or 14412761. OLE color: 14412761.

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

Color convert

RGB217235219-
CMYK0.0800.070.08
HSL126.67º31.03%88.63%-
HSV(B)126.67º7.66%92.16%-
XYZ71.1179.2878.57-
YUV227.79123.04120.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=32.34%
G=35.02%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2172352190.0800.070.08126.6731.0388.63
HexD9EBDB80787f1f59
Octal33135333310071017737131
Binary1101100111101011110110111000011110001111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBDB; }

 p { color: rgb(217,235,219); }

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

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

 a { background-color: rgb(217,235,219); }

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

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

 span { border-color: rgb(217,235,219); }

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