#DBF2E4

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

Shades of Bubbles #DBF2E4

Tints of Bubbles #DBF2E4

Color information

#DBF2E4 (or 0xDBF2E4) is unknown color: approx Bubbles. HEX triplet: DB, F2 and E4. RGB value is (219,242,228). Sum of RGB (Red+Green+Blue) = 219+242+228=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2E4 is #240D1B. Grayscale: #E9E9E9. Windows color (decimal): -2362652 or 15004379. OLE color: 15004379.

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

Color convert

RGB219242228-
CMYK0.1000.060.05
HSL143.48º46.94%90.39%-
HSV(B)143.48º9.5%94.9%-
XYZ74.9784.1785.69-
YUV233.53124.88117.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=31.79%
G=35.12%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192422280.1000.060.05143.4846.9490.39
HexDBF2E4A0658f2f5a
Octal3333623441206521757132
Binary11011011111100101110010010100110101100011111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2E4; }

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

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

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

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

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

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

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

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