Shades of Bubbles #DEFBEB
Tints of Bubbles #DEFBEB
RGB
CMYK
RGB Variations
Color information
#DEFBEB (or 0xDEFBEB) is known color: 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
| RGB | 222 | 251 | 235 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.02 |
| HSL | 146.9º | 0.78% | 0.93% | - |
| HSV(B) | 146.9º | 0.12% | 0.98% | - |
| XYZ | 79.62 | 90.52 | 91.87 | - |
| YUV | 240.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 235 | 0.12 | 0 | 0.06 | 0.02 | 146.9 | 0.78 | 0.93 |
| Hex | DE | FB | EB | C | 0 | 6 | 2 | 93 | 4E | 5D |
| Octal | 336 | 373 | 353 | 14 | 0 | 6 | 2 | 223 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11101011 | 1100 | 0 | 110 | 10 | 10010011 | 1001110 | 1011101 |
Color Harmonies of #DEFBEB
Complementary color
Monochromatic Colors of #DEFBEB
Black with #DEFBEB
Text Example
Text Example
White with #DEFBEB
Text Example
Text Example
HTML Codes & Css Web 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>