#DBEADC

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

Shades of Aqua Squeeze #DBEADC

Tints of Aqua Squeeze #DBEADC

Color information

#DBEADC (or 0xDBEADC) is unknown color: approx Aqua Squeeze. HEX triplet: DB, EA and DC. RGB value is (219,234,220). Sum of RGB (Red+Green+Blue) = 219+234+220=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADC is #241523. Grayscale: #E3E3E3. Windows color (decimal): -2364708 or 14478043. OLE color: 14478043.

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

Color convert

RGB219234220-
CMYK0.0600.060.08
HSL124º26.32%88.82%-
HSV(B)124º6.41%91.76%-
XYZ71.5579.0779.2-
YUV227.92123.53121.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=32.54%
G=34.77%
B=32.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342200.0600.060.0812426.3288.82
HexDBEADC60687c1a59
Octal3333523346061017432131
Binary110110111110101011011100110011010001111100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEADC; }

 p { color: rgb(219,234,220); }

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

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

 a { background-color: rgb(219,234,220); }

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

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

 span { border-color: rgb(219,234,220); }

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