#DAE8DB

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

Shades of Aqua Squeeze #DAE8DB

Tints of Aqua Squeeze #DAE8DB

Color information

#DAE8DB (or 0xDAE8DB) is unknown color: approx Aqua Squeeze. HEX triplet: DA, E8 and DB. RGB value is (218,232,219). Sum of RGB (Red+Green+Blue) = 218+232+219=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8DB is #251724. Grayscale: #E2E2E2. Windows color (decimal): -2430757 or 14411994. OLE color: 14411994.

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

Color convert

RGB218232219-
CMYK0.0600.060.09
HSL124.29º23.33%88.24%-
HSV(B)124.29º6.03%90.98%-
XYZ70.5677.7378.3-
YUV226.33123.86122.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 232 (91.02% from 255) = 34.68%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=32.59%
G=34.68%
B=32.74%

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
Decimal2182322190.0600.060.09124.2923.3388.24
HexDAE8DB60697c1758
Octal3323503336061117427130
Binary110110101110100011011011110011010011111100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8DB; }

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

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

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

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

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

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

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

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