Shades of Bubbles #DEEFE5
Tints of Bubbles #DEEFE5
RGB
CMYK
RGB Variations
Color information
#DEEFE5 (or 0xDEEFE5) is known color: Bubbles. HEX triplet: DE, EF and E5. RGB value is (222,239,229). Sum of RGB (Red+Green+Blue) = 222+239+229=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFE5 is #21101A. Grayscale: #E8E8E8. Windows color (decimal): -2166811 or 15069150. OLE color: 15069150.
HSL color Cylindrical-coordinate representation of color #DEEFE5: hue angle of 144.71º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEFE5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 229 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.06 |
| HSL | 144.71º | 0.35% | 0.9% | - |
| HSV(B) | 144.71º | 0.07% | 0.94% | - |
| XYZ | 75.13 | 82.92 | 86.17 | - |
| YUV | 232.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 229 | 0.07 | 0 | 0.04 | 0.06 | 144.71 | 0.35 | 0.9 |
| Hex | DE | EF | E5 | 7 | 0 | 4 | 6 | 91 | 23 | 5A |
| Octal | 336 | 357 | 345 | 7 | 0 | 4 | 6 | 221 | 43 | 132 |
| Binary | 11011110 | 11101111 | 11100101 | 111 | 0 | 100 | 110 | 10010001 | 100011 | 1011010 |
Color Harmonies of #DEEFE5
Complementary color
Monochromatic Colors of #DEEFE5
Black with #DEEFE5
Text Example
Text Example
White with #DEEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFE5; }
p { color: rgb(222,239,229); }
H1.HeaderClassName
{
color: #DEEFE5;
}
.AnyTagClassName
{
color: #DEEFE5;
}
</style>
background-color css
<style>
a { background-color: #DEEFE5; }
a { background-color: rgb(222,239,229); }
div.DivClassName
{
background-color: #DEEFE5;
}
.BgClassName
{
background-color: #DEEFE5;
}
</style>
border-color css
<style>
span { border-color: #DEEFE5; }
span { border-color: rgb(222,239,229); }
td.TdClassName
{
border-color: #DEEFE5;
}
.TagClassName
{
border-color: #DEEFE5;
}
</style>