#D4EDD8

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

Shades of Aqua Squeeze #D4EDD8

Tints of Aqua Squeeze #D4EDD8

Color information

#D4EDD8 (or 0xD4EDD8) is unknown color: approx Aqua Squeeze. HEX triplet: D4, ED and D8. RGB value is (212,237,216). Sum of RGB (Red+Green+Blue) = 212+237+216=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDD8 is #2B1227. Grayscale: #E3E3E3. Windows color (decimal): -2822696 or 14216660. OLE color: 14216660.

HSL color Cylindrical-coordinate representation of color #D4EDD8: hue angle of 129.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EDD8 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB212237216-
CMYK0.1100.090.07
HSL129.6º40.98%88.04%-
HSV(B)129.6º10.55%92.94%-
XYZ69.8379.5276.63-
YUV227.13121.72117.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.88%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 216 (84.77% from 255) = 32.48%
R=31.88%
G=35.64%
B=32.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122372160.1100.090.07129.640.9888.04
HexD4EDD8B097822958
Octal32435533013011720251130
Binary110101001110110111011000101101001111100000101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDD8; }

 p { color: rgb(212,237,216); }

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

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

 a { background-color: rgb(212,237,216); }

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

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

 span { border-color: rgb(212,237,216); }

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