#DAE7DA

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

Shades of Aqua Squeeze #DAE7DA

Tints of Aqua Squeeze #DAE7DA

Color information

#DAE7DA (or 0xDAE7DA) is unknown color: approx Aqua Squeeze. HEX triplet: DA, E7 and DA. RGB value is (218,231,218). Sum of RGB (Red+Green+Blue) = 218+231+218=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7DA is #251825. Grayscale: #E1E1E1. Windows color (decimal): -2431014 or 14346202. OLE color: 14346202.

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

Color convert

RGB218231218-
CMYK0.0600.060.09
HSL120º21.31%88.04%-
HSV(B)120º5.63%90.59%-
XYZ70.1477.1277.52-
YUV225.63123.69122.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 231 (90.62% from 255) = 34.63%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=32.68%
G=34.63%
B=32.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182312180.0600.060.0912021.3188.04
HexDAE7DA6069781558
Octal3323473326061117025130
Binary110110101110011111011010110011010011111000101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7DA; }

 p { color: rgb(218,231,218); }

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

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

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

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

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

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

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