#DBEFE3

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

Shades of Bubbles #DBEFE3

Tints of Bubbles #DBEFE3

Color information

#DBEFE3 (or 0xDBEFE3) is unknown color: approx Bubbles. HEX triplet: DB, EF and E3. RGB value is (219,239,227). Sum of RGB (Red+Green+Blue) = 219+239+227=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE3 is #24101C. Grayscale: #E7E7E7. Windows color (decimal): -2363421 or 14938075. OLE color: 14938075.

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

Color convert

RGB219239227-
CMYK0.0800.050.06
HSL144º38.46%89.8%-
HSV(B)144º8.37%93.73%-
XYZ73.9582.3484.67-
YUV231.65125.37118.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=31.97%
G=34.89%
B=33.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392270.0800.050.0614438.4689.8
HexDBEFE3805690265a
Octal3333573431005622046132
Binary11011011111011111110001110000101110100100001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFE3; }

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

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

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

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

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

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

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

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