#D9EBDC

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

Shades of Aqua Squeeze #D9EBDC

Tints of Aqua Squeeze #D9EBDC

Color information

#D9EBDC (or 0xD9EBDC) is unknown color: approx Aqua Squeeze. HEX triplet: D9, EB and DC. RGB value is (217,235,220). Sum of RGB (Red+Green+Blue) = 217+235+220=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBDC is #261423. Grayscale: #E3E3E3. Windows color (decimal): -2495524 or 14478297. OLE color: 14478297.

HSL color Cylindrical-coordinate representation of color #D9EBDC: hue angle of 130º 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 #D9EBDC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB217235220-
CMYK0.0800.060.08
HSL130º31.03%88.63%-
HSV(B)130º7.66%92.16%-
XYZ71.2479.3479.27-
YUV227.91123.54120.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=32.29%
G=34.97%
B=32.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352200.0800.060.0813031.0388.63
HexD9EBDC8068821f59
Octal33135333410061020237131
Binary11011001111010111101110010000110100010000010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBDC; }

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

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

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

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

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

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

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

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