#DBEAE9

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

Shades of Foam #DBEAE9

Tints of Foam #DBEAE9

Color information

#DBEAE9 (or 0xDBEAE9) is unknown color: approx Foam. HEX triplet: DB, EA and E9. RGB value is (219,234,233). Sum of RGB (Red+Green+Blue) = 219+234+233=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAE9 is #241516. Grayscale: #E5E5E5. Windows color (decimal): -2364695 or 15330011. OLE color: 15330011.

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

Color convert

RGB219234233-
CMYK0.0600.000.08
HSL176º26.32%88.82%-
HSV(B)176º6.41%91.76%-
XYZ73.3479.7988.63-
YUV229.4130.03120.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=31.92%
G=34.11%
B=33.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342330.0600.000.0817626.3288.82
HexDBEAE96008b01a59
Octal3333523516001026032131
Binary11011011111010101110100111000100010110000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAE9; }

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

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

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

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

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

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

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

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