#DBEADD

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

Shades of Aqua Squeeze #DBEADD

Tints of Aqua Squeeze #DBEADD

Color information

#DBEADD (or 0xDBEADD) is unknown color: approx Aqua Squeeze. HEX triplet: DB, EA and DD. RGB value is (219,234,221). Sum of RGB (Red+Green+Blue) = 219+234+221=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADD is #241522. Grayscale: #E4E4E4. Windows color (decimal): -2364707 or 14543579. OLE color: 14543579.

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

Color convert

RGB219234221-
CMYK0.0600.060.08
HSL128º26.32%88.82%-
HSV(B)128º6.41%91.76%-
XYZ71.6979.1379.9-
YUV228.03124.03121.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=32.49%
G=34.72%
B=32.79%

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
Decimal2192342210.0600.060.0812826.3288.82
HexDBEADD6068801a59
Octal3333523356061020032131
Binary1101101111101010110111011100110100010000000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEADD; }

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

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

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

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

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

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

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

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