#D5EDD7

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

Shades of Aqua Squeeze #D5EDD7

Tints of Aqua Squeeze #D5EDD7

Color information

#D5EDD7 (or 0xD5EDD7) is unknown color: approx Aqua Squeeze. HEX triplet: D5, ED and D7. RGB value is (213,237,215). Sum of RGB (Red+Green+Blue) = 213+237+215=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDD7 is #2A1228. Grayscale: #E3E3E3. Windows color (decimal): -2757161 or 14151125. OLE color: 14151125.

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

Color convert

RGB213237215-
CMYK0.1000.090.07
HSL125º40%88.24%-
HSV(B)125º10.13%92.94%-
XYZ69.9979.6275.97-
YUV227.32121.05117.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 215 (84.38% from 255) = 32.33%
R=32.03%
G=35.64%
B=32.33%

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
Decimal2132372150.1000.090.071254088.24
HexD5EDD7A0977d2858
Octal32535532712011717550130
Binary11010101111011011101011110100100111111111011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDD7; }

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

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

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

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

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

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

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

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