#DBF2F0

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

Shades of Foam #DBF2F0

Tints of Foam #DBF2F0

Color information

#DBF2F0 (or 0xDBF2F0) is unknown color: approx Foam. HEX triplet: DB, F2 and F0. RGB value is (219,242,240). Sum of RGB (Red+Green+Blue) = 219+242+240=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2F0 is #240D0F. Grayscale: #EAEAEA. Windows color (decimal): -2362640 or 15790811. OLE color: 15790811.

HSL color Cylindrical-coordinate representation of color #DBF2F0: hue angle of 174.78º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2F0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB219242240-
CMYK0.1000.010.05
HSL174.78º46.94%90.39%-
HSV(B)174.78º9.5%94.9%-
XYZ76.6984.8694.77-
YUV234.9130.88116.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 240 (94.14% from 255) = 34.24%
R=31.24%
G=34.52%
B=34.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192422400.1000.010.05174.7846.9490.39
HexDBF2F0A015af2f5a
Octal3333623601201525757132
Binary110110111111001011110000101001101101011111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2F0; }

 p { color: rgb(219,242,240); }

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

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

 a { background-color: rgb(219,242,240); }

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

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

 span { border-color: rgb(219,242,240); }

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