#DBFCEA

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

Shades of Bubbles #DBFCEA

Tints of Bubbles #DBFCEA

Color information

#DBFCEA (or 0xDBFCEA) is unknown color: approx Bubbles. HEX triplet: DB, FC and EA. RGB value is (219,252,234). Sum of RGB (Red+Green+Blue) = 219+252+234=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCEA is #240315. Grayscale: #F0F0F0. Windows color (decimal): -2360086 or 15400155. OLE color: 15400155.

HSL color Cylindrical-coordinate representation of color #DBFCEA: hue angle of 147.27º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCEA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB219252234-
CMYK0.1300.070.01
HSL147.27º84.62%92.35%-
HSV(B)147.27º13.1%98.82%-
XYZ78.8890.6291.18-
YUV240.08124.57112.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.06%
GREEN value IS 252 (98.83% from 255) = 35.74%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=31.06%
G=35.74%
B=33.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522340.1300.070.01147.2784.6292.35
HexDBFCEAD07193555c
Octal33337435215071223125134
Binary1101101111111100111010101101011111001001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCEA; }

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

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

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

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

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

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

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

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