#D3ECD5

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

Shades of Aqua Squeeze #D3ECD5

Tints of Aqua Squeeze #D3ECD5

Color information

#D3ECD5 (or 0xD3ECD5) is unknown color: approx Aqua Squeeze. HEX triplet: D3, EC and D5. RGB value is (211,236,213). Sum of RGB (Red+Green+Blue) = 211+236+213=660 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.97% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3ECD5 is #2C132A. Grayscale: #E1E1E1. Windows color (decimal): -2888491 or 14019795. OLE color: 14019795.

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

Color convert

RGB211236213-
CMYK0.1100.100.07
HSL124.8º39.68%87.65%-
HSV(B)124.8º10.59%92.55%-
XYZ68.8778.6474.5-
YUV225.9120.72117.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.97%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=31.97%
G=35.76%
B=32.27%

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
Decimal2112362130.1100.100.07124.839.6887.65
HexD3ECD5B0A77d2858
Octal32335432513012717550130
Binary11010011111011001101010110110101011111111011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ECD5; }

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

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

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

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

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

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

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

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