#D5EBD8

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

Shades of Aqua Squeeze #D5EBD8

Tints of Aqua Squeeze #D5EBD8

Color information

#D5EBD8 (or 0xD5EBD8) is unknown color: approx Aqua Squeeze. HEX triplet: D5, EB and D8. RGB value is (213,235,216). Sum of RGB (Red+Green+Blue) = 213+235+216=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBD8 is #2A1427. Grayscale: #E2E2E2. Windows color (decimal): -2757672 or 14216149. OLE color: 14216149.

HSL color Cylindrical-coordinate representation of color #D5EBD8: hue angle of 128.18º degrees, saturation: 0.35, 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 #D5EBD8 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB213235216-
CMYK0.0900.080.08
HSL128.18º35.48%87.84%-
HSV(B)128.18º9.36%92.16%-
XYZ69.5478.5276.46-
YUV226.26122.21118.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=32.08%
G=35.39%
B=32.53%

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
Decimal2132352160.0900.080.08128.1835.4887.84
HexD5EBD89088802358
Octal325353330110101020043130
Binary1101010111101011110110001001010001000100000001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBD8; }

 p { color: rgb(213,235,216); }

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

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

 a { background-color: rgb(213,235,216); }

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

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

 span { border-color: rgb(213,235,216); }

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