#DBEDDC

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

Shades of Aqua Squeeze #DBEDDC

Tints of Aqua Squeeze #DBEDDC

Color information

#DBEDDC (or 0xDBEDDC) is unknown color: approx Aqua Squeeze. HEX triplet: DB, ED and DC. RGB value is (219,237,220). Sum of RGB (Red+Green+Blue) = 219+237+220=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDDC is #241223. Grayscale: #E5E5E5. Windows color (decimal): -2363940 or 14478811. OLE color: 14478811.

HSL color Cylindrical-coordinate representation of color #DBEDDC: hue angle of 123.33º degrees, saturation: 0.33, 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 #DBEDDC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB219237220-
CMYK0.0800.070.07
HSL123.33º33.33%89.41%-
HSV(B)123.33º7.59%92.94%-
XYZ72.4280.879.49-
YUV229.68122.54120.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.40%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=32.40%
G=35.06%
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
Decimal2192372200.0800.070.07123.3333.3389.41
HexDBEDDC80777b2159
Octal3333553341007717341131
Binary1101101111101101110111001000011111111110111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDDC; }

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

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

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

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

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

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

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

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