Shades of Bubbles #DEF6E8
Tints of Bubbles #DEF6E8
RGB
CMYK
RGB Variations
Color information
#DEF6E8 (or 0xDEF6E8) is known color: Bubbles. HEX triplet: DE, F6 and E8. RGB value is (222,246,232). Sum of RGB (Red+Green+Blue) = 222+246+232=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 232 (91.02% from 255 or 33.14% from 700); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6E8 is #210917. Grayscale: #EDEDED. Windows color (decimal): -2165016 or 15267550. OLE color: 15267550.
HSL color Cylindrical-coordinate representation of color #DEF6E8: hue angle of 145º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6E8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 232 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.04 |
| HSL | 145º | 0.57% | 0.92% | - |
| HSV(B) | 145º | 0.1% | 0.96% | - |
| XYZ | 77.65 | 87.27 | 89.1 | - |
| YUV | 237.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 232 | 0.10 | 0 | 0.06 | 0.04 | 145 | 0.57 | 0.92 |
| Hex | DE | F6 | E8 | A | 0 | 6 | 4 | 91 | 39 | 5C |
| Octal | 336 | 366 | 350 | 12 | 0 | 6 | 4 | 221 | 71 | 134 |
| Binary | 11011110 | 11110110 | 11101000 | 1010 | 0 | 110 | 100 | 10010001 | 111001 | 1011100 |
Color Harmonies of #DEF6E8
Complementary color
Monochromatic Colors of #DEF6E8
Black with #DEF6E8
Text Example
Text Example
White with #DEF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF6E8; }
p { color: rgb(222,246,232); }
H1.HeaderClassName
{
color: #DEF6E8;
}
.AnyTagClassName
{
color: #DEF6E8;
}
</style>
background-color css
<style>
a { background-color: #DEF6E8; }
a { background-color: rgb(222,246,232); }
div.DivClassName
{
background-color: #DEF6E8;
}
.BgClassName
{
background-color: #DEF6E8;
}
</style>
border-color css
<style>
span { border-color: #DEF6E8; }
span { border-color: rgb(222,246,232); }
td.TdClassName
{
border-color: #DEF6E8;
}
.TagClassName
{
border-color: #DEF6E8;
}
</style>