#D4E7D5

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

Shades of Aqua Squeeze #D4E7D5

Tints of Aqua Squeeze #D4E7D5

Color information

#D4E7D5 (or 0xD4E7D5) is unknown color: approx Aqua Squeeze. HEX triplet: D4, E7 and D5. RGB value is (212,231,213). Sum of RGB (Red+Green+Blue) = 212+231+213=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E7D5 is #2B182A. Grayscale: #DFDFDF. Windows color (decimal): -2824235 or 14018516. OLE color: 14018516.

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

Color convert

RGB212231213-
CMYK0.0800.080.09
HSL123.16º28.36%86.86%-
HSV(B)123.16º8.23%90.59%-
XYZ67.7475.9574.04-
YUV223.27122.21119.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.32%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=32.32%
G=35.21%
B=32.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122312130.0800.080.09123.1628.3686.86
HexD4E7D580897b1c57
Octal324347325100101117334127
Binary11010100111001111101010110000100010011111011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E7D5; }

 p { color: rgb(212,231,213); }

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

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

 a { background-color: rgb(212,231,213); }

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

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

 span { border-color: rgb(212,231,213); }

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