Shades of Bubbles #DEF5E7
Tints of Bubbles #DEF5E7
RGB
CMYK
RGB Variations
Color information
#DEF5E7 (or 0xDEF5E7) is known color: Bubbles. HEX triplet: DE, F5 and E7. RGB value is (222,245,231). Sum of RGB (Red+Green+Blue) = 222+245+231=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5E7 is #210A18. Grayscale: #ECECEC. Windows color (decimal): -2165273 or 15201758. OLE color: 15201758.
HSL color Cylindrical-coordinate representation of color #DEF5E7: hue angle of 143.48º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5E7 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 231 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.04 |
| HSL | 143.48º | 0.53% | 0.92% | - |
| HSV(B) | 143.48º | 0.09% | 0.96% | - |
| XYZ | 77.2 | 86.6 | 88.25 | - |
| YUV | 236.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 231 | 0.09 | 0 | 0.06 | 0.04 | 143.48 | 0.53 | 0.92 |
| Hex | DE | F5 | E7 | 9 | 0 | 6 | 4 | 8F | 35 | 5C |
| Octal | 336 | 365 | 347 | 11 | 0 | 6 | 4 | 217 | 65 | 134 |
| Binary | 11011110 | 11110101 | 11100111 | 1001 | 0 | 110 | 100 | 10001111 | 110101 | 1011100 |
Color Harmonies of #DEF5E7
Complementary color
Monochromatic Colors of #DEF5E7
Black with #DEF5E7
Text Example
Text Example
White with #DEF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF5E7; }
p { color: rgb(222,245,231); }
H1.HeaderClassName
{
color: #DEF5E7;
}
.AnyTagClassName
{
color: #DEF5E7;
}
</style>
background-color css
<style>
a { background-color: #DEF5E7; }
a { background-color: rgb(222,245,231); }
div.DivClassName
{
background-color: #DEF5E7;
}
.BgClassName
{
background-color: #DEF5E7;
}
</style>
border-color css
<style>
span { border-color: #DEF5E7; }
span { border-color: rgb(222,245,231); }
td.TdClassName
{
border-color: #DEF5E7;
}
.TagClassName
{
border-color: #DEF5E7;
}
</style>