Shades of Bubbles #DEFBEA
Tints of Bubbles #DEFBEA
RGB
CMYK
RGB Variations
Color information
#DEFBEA (or 0xDEFBEA) is known color: Bubbles. HEX triplet: DE, FB and EA. RGB value is (222,251,234). Sum of RGB (Red+Green+Blue) = 222+251+234=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBEA is #210415. Grayscale: #F0F0F0. Windows color (decimal): -2163734 or 15399902. OLE color: 15399902.
HSL color Cylindrical-coordinate representation of color #DEFBEA: hue angle of 144.83º 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 #DEFBEA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 234 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.02 |
| HSL | 144.83º | 0.78% | 0.93% | - |
| HSV(B) | 144.83º | 0.12% | 0.98% | - |
| XYZ | 79.47 | 90.46 | 91.11 | - |
| YUV | 240.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 234 | 0.12 | 0 | 0.07 | 0.02 | 144.83 | 0.78 | 0.93 |
| Hex | DE | FB | EA | C | 0 | 7 | 2 | 91 | 4E | 5D |
| Octal | 336 | 373 | 352 | 14 | 0 | 7 | 2 | 221 | 116 | 135 |
| Binary | 11011110 | 11111011 | 11101010 | 1100 | 0 | 111 | 10 | 10010001 | 1001110 | 1011101 |
Color Harmonies of #DEFBEA
Complementary color
Monochromatic Colors of #DEFBEA
Black with #DEFBEA
Text Example
Text Example
White with #DEFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBEA; }
p { color: rgb(222,251,234); }
H1.HeaderClassName
{
color: #DEFBEA;
}
.AnyTagClassName
{
color: #DEFBEA;
}
</style>
background-color css
<style>
a { background-color: #DEFBEA; }
a { background-color: rgb(222,251,234); }
div.DivClassName
{
background-color: #DEFBEA;
}
.BgClassName
{
background-color: #DEFBEA;
}
</style>
border-color css
<style>
span { border-color: #DEFBEA; }
span { border-color: rgb(222,251,234); }
td.TdClassName
{
border-color: #DEFBEA;
}
.TagClassName
{
border-color: #DEFBEA;
}
</style>