#DAECDB

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

Shades of Aqua Squeeze #DAECDB

Tints of Aqua Squeeze #DAECDB

Color information

#DAECDB (or 0xDAECDB) is unknown color: approx Aqua Squeeze. HEX triplet: DA, EC and DB. RGB value is (218,236,219). Sum of RGB (Red+Green+Blue) = 218+236+219=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECDB is #251324. Grayscale: #E4E4E4. Windows color (decimal): -2429733 or 14413018. OLE color: 14413018.

HSL color Cylindrical-coordinate representation of color #DAECDB: hue angle of 123.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAECDB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB218236219-
CMYK0.0800.070.07
HSL123.33º32.14%89.02%-
HSV(B)123.33º7.63%92.55%-
XYZ71.780.0178.68-
YUV228.68122.54120.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 236 (92.58% from 255) = 35.07%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=32.39%
G=35.07%
B=32.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362190.0800.070.07123.3332.1489.02
HexDAECDB80777b2059
Octal3323543331007717340131
Binary1101101011101100110110111000011111111110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECDB; }

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

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

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

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

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

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

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

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