#DEFBEC

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

Shades of Bubbles #DEFBEC

Tints of Bubbles #DEFBEC

Color information

#DEFBEC (or 0xDEFBEC) is unknown color: approx Bubbles. HEX triplet: DE, FB and EC. RGB value is (222,251,236). Sum of RGB (Red+Green+Blue) = 222+251+236=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBEC is #210413. Grayscale: #F0F0F0. Windows color (decimal): -2163732 or 15530974. OLE color: 15530974.

HSL color Cylindrical-coordinate representation of color #DEFBEC: hue angle of 148.97º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBEC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB222251236-
CMYK0.1200.060.02
HSL148.97º78.38%92.75%-
HSV(B)148.97º11.55%98.43%-
XYZ79.7690.5892.64-
YUV240.62125.39114.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.31%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=31.31%
G=35.40%
B=33.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512360.1200.060.02148.9778.3892.75
HexDEFBECC062954e5d
Octal33637335414062225116135
Binary11011110111110111110110011000110101001010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBEC; }

 p { color: rgb(222,251,236); }

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

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

 a { background-color: rgb(222,251,236); }

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

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

 span { border-color: rgb(222,251,236); }

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