#D5E9D7

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

Shades of Aqua Squeeze #D5E9D7

Tints of Aqua Squeeze #D5E9D7

Color information

#D5E9D7 (or 0xD5E9D7) is unknown color: approx Aqua Squeeze. HEX triplet: D5, E9 and D7. RGB value is (213,233,215). Sum of RGB (Red+Green+Blue) = 213+233+215=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9D7 is #2A1628. Grayscale: #E1E1E1. Windows color (decimal): -2758185 or 14150101. OLE color: 14150101.

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

Color convert

RGB213233215-
CMYK0.0900.080.09
HSL126º31.25%87.45%-
HSV(B)126º8.58%91.37%-
XYZ68.8577.3375.59-
YUV224.97122.37119.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=32.22%
G=35.25%
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.09
SystemRedGreenBlueCMYKHSL
Decimal2132332150.0900.080.0912631.2587.45
HexD5E9D790897e1f57
Octal325351327110101117637127
Binary11010101111010011101011110010100010011111110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E9D7; }

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

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

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

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

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

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

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

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