#D1EED5

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

Shades of Aqua Squeeze #D1EED5

Tints of Aqua Squeeze #D1EED5

Color information

#D1EED5 (or 0xD1EED5) is unknown color: approx Aqua Squeeze. HEX triplet: D1, EE and D5. RGB value is (209,238,213). Sum of RGB (Red+Green+Blue) = 209+238+213=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EED5 is #2E112A. Grayscale: #E2E2E2. Windows color (decimal): -3019051 or 14020305. OLE color: 14020305.

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

Color convert

RGB209238213-
CMYK0.1200.110.07
HSL128.28º46.03%87.65%-
HSV(B)128.28º12.18%93.33%-
XYZ68.8879.5174.67-
YUV226.48120.39115.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.67%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=31.67%
G=36.06%
B=32.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092382130.1200.110.07128.2846.0387.65
HexD1EED5C0B7802e58
Octal32135632514013720056130
Binary110100011110111011010101110001011111100000001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EED5; }

 p { color: rgb(209,238,213); }

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

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

 a { background-color: rgb(209,238,213); }

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

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

 span { border-color: rgb(209,238,213); }

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