#D1ECD5

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

Shades of Aqua Squeeze #D1ECD5

Tints of Aqua Squeeze #D1ECD5

Color information

#D1ECD5 (or 0xD1ECD5) is unknown color: approx Aqua Squeeze. HEX triplet: D1, EC and D5. RGB value is (209,236,213). Sum of RGB (Red+Green+Blue) = 209+236+213=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1ECD5 is #2E132A. Grayscale: #E1E1E1. Windows color (decimal): -3019563 or 14019793. OLE color: 14019793.

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

Color convert

RGB209236213-
CMYK0.1100.100.07
HSL128.89º41.54%87.25%-
HSV(B)128.89º11.44%92.55%-
XYZ68.378.3574.47-
YUV225.3121.05116.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.76%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=31.76%
G=35.87%
B=32.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092362130.1100.100.07128.8941.5487.25
HexD1ECD5B0A7812a57
Octal32135432513012720152127
Binary110100011110110011010101101101010111100000011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECD5; }

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

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

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

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

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

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

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

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