#DAE6DB

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

Shades of Aqua Squeeze #DAE6DB

Tints of Aqua Squeeze #DAE6DB

Color information

#DAE6DB (or 0xDAE6DB) is unknown color: approx Aqua Squeeze. HEX triplet: DA, E6 and DB. RGB value is (218,230,219). Sum of RGB (Red+Green+Blue) = 218+230+219=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6DB is #251924. Grayscale: #E1E1E1. Windows color (decimal): -2431269 or 14411482. OLE color: 14411482.

HSL color Cylindrical-coordinate representation of color #DAE6DB: hue angle of 125º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE6DB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB218230219-
CMYK0.0500.050.10
HSL125º19.35%87.84%-
HSV(B)125º5.22%90.2%-
XYZ7076.6178.12-
YUV225.16124.52122.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=32.68%
G=34.48%
B=32.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182302190.0500.050.1012519.3587.84
HexDAE6DB505A7d1358
Octal3323463335051217523130
Binary110110101110011011011011101010110101111101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6DB; }

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

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

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

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

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

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

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

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