#D5ECD7

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

Shades of Aqua Squeeze #D5ECD7

Tints of Aqua Squeeze #D5ECD7

Color information

#D5ECD7 (or 0xD5ECD7) is unknown color: approx Aqua Squeeze. HEX triplet: D5, EC and D7. RGB value is (213,236,215). Sum of RGB (Red+Green+Blue) = 213+236+215=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECD7 is #2A1328. Grayscale: #E2E2E2. Windows color (decimal): -2757417 or 14150869. OLE color: 14150869.

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

Color convert

RGB213236215-
CMYK0.1000.090.07
HSL125.22º37.7%88.04%-
HSV(B)125.22º9.75%92.55%-
XYZ69.779.0475.87-
YUV226.73121.38118.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=32.08%
G=35.54%
B=32.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362150.1000.090.07125.2237.788.04
HexD5ECD7A0977d2658
Octal32535432712011717546130
Binary11010101111011001101011110100100111111111011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECD7; }

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

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

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

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

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

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

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

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