#DAE8DA

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

Shades of Aqua Squeeze #DAE8DA

Tints of Aqua Squeeze #DAE8DA

Color information

#DAE8DA (or 0xDAE8DA) is unknown color: approx Aqua Squeeze. HEX triplet: DA, E8 and DA. RGB value is (218,232,218). Sum of RGB (Red+Green+Blue) = 218+232+218=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8DA is #251725. Grayscale: #E2E2E2. Windows color (decimal): -2430758 or 14346458. OLE color: 14346458.

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

Color convert

RGB218232218-
CMYK0.0600.060.09
HSL120º23.33%88.24%-
HSV(B)120º6.03%90.98%-
XYZ70.4277.6877.61-
YUV226.22123.36122.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 232 (91.02% from 255) = 34.73%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=32.63%
G=34.73%
B=32.63%

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
Decimal2182322180.0600.060.0912023.3388.24
HexDAE8DA6069781758
Octal3323503326061117027130
Binary110110101110100011011010110011010011111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8DA; }

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

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

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

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

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

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

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

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