Shades of Bubbles #DEFFEE
Tints of Bubbles #DEFFEE
RGB
CMYK
RGB Variations
Color information
#DEFFEE (or 0xDEFFEE) is known color: Bubbles. HEX triplet: DE, FF and EE. RGB value is (222,255,238). Sum of RGB (Red+Green+Blue) = 222+255+238=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFEE is #210011. Grayscale: #F3F3F3. Windows color (decimal): -2162706 or 15663070. OLE color: 15663070.
HSL color Cylindrical-coordinate representation of color #DEFFEE: hue angle of 149.09º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFEE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 238 | - |
| CMYK | 0.13 | 0 | 0.07 | 0 |
| HSL | 149.09º | 1% | 0.94% | - |
| HSV(B) | 149.09º | 0.13% | 1% | - |
| XYZ | 81.32 | 93.22 | 94.6 | - |
| YUV | 243.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 238 | 0.13 | 0 | 0.07 | 0 | 149.09 | 1 | 0.94 |
| Hex | DE | FF | EE | D | 0 | 7 | 0 | 95 | 64 | 5E |
| Octal | 336 | 377 | 356 | 15 | 0 | 7 | 0 | 225 | 144 | 136 |
| Binary | 11011110 | 11111111 | 11101110 | 1101 | 0 | 111 | 0 | 10010101 | 1100100 | 1011110 |
Color Harmonies of #DEFFEE
Complementary color
Monochromatic Colors of #DEFFEE
Black with #DEFFEE
Text Example
Text Example
White with #DEFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFEE; }
p { color: rgb(222,255,238); }
H1.HeaderClassName
{
color: #DEFFEE;
}
.AnyTagClassName
{
color: #DEFFEE;
}
</style>
background-color css
<style>
a { background-color: #DEFFEE; }
a { background-color: rgb(222,255,238); }
div.DivClassName
{
background-color: #DEFFEE;
}
.BgClassName
{
background-color: #DEFFEE;
}
</style>
border-color css
<style>
span { border-color: #DEFFEE; }
span { border-color: rgb(222,255,238); }
td.TdClassName
{
border-color: #DEFFEE;
}
.TagClassName
{
border-color: #DEFFEE;
}
</style>