#DEFBEB

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

Shades of Bubbles #DEFBEB

Tints of Bubbles #DEFBEB

Color information

#DEFBEB (or 0xDEFBEB) is unknown color: approx Bubbles. HEX triplet: DE, FB and EB. RGB value is (222,251,235). Sum of RGB (Red+Green+Blue) = 222+251+235=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBEB is #210414. Grayscale: #F0F0F0. Windows color (decimal): -2163733 or 15465438. OLE color: 15465438.

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

Color convert

RGB222251235-
CMYK0.1200.060.02
HSL146.9º78.38%92.75%-
HSV(B)146.9º11.55%98.43%-
XYZ79.6290.5291.87-
YUV240.5124.89114.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=31.36%
G=35.45%
B=33.19%

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
Decimal2222512350.1200.060.02146.978.3892.75
HexDEFBEBC062934e5d
Octal33637335314062223116135
Binary11011110111110111110101111000110101001001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBEB; }

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

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

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

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

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

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

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

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