#D5EAD7

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

Shades of Aqua Squeeze #D5EAD7

Tints of Aqua Squeeze #D5EAD7

Color information

#D5EAD7 (or 0xD5EAD7) is unknown color: approx Aqua Squeeze. HEX triplet: D5, EA and D7. RGB value is (213,234,215). Sum of RGB (Red+Green+Blue) = 213+234+215=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EAD7 is #2A1528. Grayscale: #E1E1E1. Windows color (decimal): -2757929 or 14150357. OLE color: 14150357.

HSL color Cylindrical-coordinate representation of color #D5EAD7: hue angle of 125.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EAD7 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB213234215-
CMYK0.0900.080.08
HSL125.71º33.33%87.65%-
HSV(B)125.71º8.97%91.76%-
XYZ69.1377.975.68-
YUV225.56122.04119.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=32.18%
G=35.35%
B=32.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132342150.0900.080.08125.7133.3387.65
HexD5EAD790887e2158
Octal325352327110101017641130
Binary110101011110101011010111100101000100011111101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAD7; }

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

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

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

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

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

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

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

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