#DBEFED

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

Shades of Foam #DBEFED

Tints of Foam #DBEFED

Color information

#DBEFED (or 0xDBEFED) is unknown color: approx Foam. HEX triplet: DB, EF and ED. RGB value is (219,239,237). Sum of RGB (Red+Green+Blue) = 219+239+237=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFED is #241012. Grayscale: #E8E8E8. Windows color (decimal): -2363411 or 15593435. OLE color: 15593435.

HSL color Cylindrical-coordinate representation of color #DBEFED: hue angle of 174º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB219239237-
CMYK0.0800.010.06
HSL174º38.46%89.8%-
HSV(B)174º8.37%93.73%-
XYZ75.3782.9192.15-
YUV232.79130.37118.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.51%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=31.51%
G=34.39%
B=34.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392370.0800.010.0617438.4689.8
HexDBEFED8016ae265a
Octal3333573551001625646132
Binary110110111110111111101101100001110101011101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFED; }

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

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

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

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

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

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

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

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