#DBF3E5

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

Shades of Bubbles #DBF3E5

Tints of Bubbles #DBF3E5

Color information

#DBF3E5 (or 0xDBF3E5) is unknown color: approx Bubbles. HEX triplet: DB, F3 and E5. RGB value is (219,243,229). Sum of RGB (Red+Green+Blue) = 219+243+229=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3E5 is #240C1A. Grayscale: #EAEAEA. Windows color (decimal): -2362395 or 15070171. OLE color: 15070171.

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

Color convert

RGB219243229-
CMYK0.1000.060.05
HSL145º50%90.59%-
HSV(B)145º9.88%95.29%-
XYZ75.4184.8286.53-
YUV234.23125.05117.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 243 (95.31% from 255) = 35.17%
BLUE value IS 229 (89.84% from 255) = 33.14%
R=31.69%
G=35.17%
B=33.14%

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
Decimal2192432290.1000.060.051455090.59
HexDBF3E5A06591325b
Octal3333633451206522162133
Binary11011011111100111110010110100110101100100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3E5; }

 p { color: rgb(219,243,229); }

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

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

 a { background-color: rgb(219,243,229); }

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

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

 span { border-color: rgb(219,243,229); }

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