#D4E1D5

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

Shades of Aqua Squeeze #D4E1D5

Tints of Aqua Squeeze #D4E1D5

Color information

#D4E1D5 (or 0xD4E1D5) is unknown color: approx Aqua Squeeze. HEX triplet: D4, E1 and D5. RGB value is (212,225,213). Sum of RGB (Red+Green+Blue) = 212+225+213=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1D5 is #2B1E2A. Grayscale: #DBDBDB. Windows color (decimal): -2825771 or 14016980. OLE color: 14016980.

HSL color Cylindrical-coordinate representation of color #D4E1D5: hue angle of 124.62º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4E1D5 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB212225213-
CMYK0.0600.050.12
HSL124.62º17.81%85.69%-
HSV(B)124.62º5.78%88.24%-
XYZ66.0972.6573.49-
YUV219.74124.19122.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.62%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=32.62%
G=34.62%
B=32.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122252130.0600.050.12124.6217.8185.69
HexD4E1D5605C7d1256
Octal3243413256051417522126
Binary110101001110000111010101110010111001111101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1D5; }

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

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

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

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

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

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

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

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