#D1E5D2

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

Shades of Aqua Squeeze #D1E5D2

Tints of Aqua Squeeze #D1E5D2

Color information

#D1E5D2 (or 0xD1E5D2) is unknown color: approx Aqua Squeeze. HEX triplet: D1, E5 and D2. RGB value is (209,229,210). Sum of RGB (Red+Green+Blue) = 209+229+210=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5D2 is #2E1A2D. Grayscale: #DCDCDC. Windows color (decimal): -3021358 or 13821393. OLE color: 13821393.

HSL color Cylindrical-coordinate representation of color #D1E5D2: hue angle of 123º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E5D2 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB209229210-
CMYK0.0900.080.10
HSL123º27.78%85.88%-
HSV(B)123º8.73%89.8%-
XYZ65.9574.2571.83-
YUV220.85121.87119.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.25%
GREEN value IS 229 (89.84% from 255) = 35.34%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=32.25%
G=35.34%
B=32.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2092292100.0900.080.1012327.7885.88
HexD1E5D2908A7b1c56
Octal321345322110101217334126
Binary11010001111001011101001010010100010101111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E5D2; }

 p { color: rgb(209,229,210); }

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

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

 a { background-color: rgb(209,229,210); }

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

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

 span { border-color: rgb(209,229,210); }

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