Shades of Bubbles #DFFFEE
Tints of Bubbles #DFFFEE
RGB
CMYK
RGB Variations
Color information
#DFFFEE (or 0xDFFFEE) is known color: Bubbles. HEX triplet: DF, FF and EE. RGB value is (223,255,238). Sum of RGB (Red+Green+Blue) = 223+255+238=716 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.15% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFEE is #200011. Grayscale: #F3F3F3. Windows color (decimal): -2097170 or 15663071. OLE color: 15663071.
HSL color Cylindrical-coordinate representation of color #DFFFEE: hue angle of 148.12º 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 #DFFFEE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 238 | - |
| CMYK | 0.13 | 0 | 0.07 | 0 |
| HSL | 148.13º | 1% | 0.94% | - |
| HSV(B) | 148.13º | 0.13% | 1% | - |
| XYZ | 81.62 | 93.38 | 94.61 | - |
| YUV | 243.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 238 | 0.13 | 0 | 0.07 | 0 | 148.13 | 1 | 0.94 |
| Hex | DF | FF | EE | D | 0 | 7 | 0 | 94 | 64 | 5E |
| Octal | 337 | 377 | 356 | 15 | 0 | 7 | 0 | 224 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11101110 | 1101 | 0 | 111 | 0 | 10010100 | 1100100 | 1011110 |
Color Harmonies of #DFFFEE
Complementary color
Monochromatic Colors of #DFFFEE
Black with #DFFFEE
Text Example
Text Example
White with #DFFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFEE; }
p { color: rgb(223,255,238); }
H1.HeaderClassName
{
color: #DFFFEE;
}
.AnyTagClassName
{
color: #DFFFEE;
}
</style>
background-color css
<style>
a { background-color: #DFFFEE; }
a { background-color: rgb(223,255,238); }
div.DivClassName
{
background-color: #DFFFEE;
}
.BgClassName
{
background-color: #DFFFEE;
}
</style>
border-color css
<style>
span { border-color: #DFFFEE; }
span { border-color: rgb(223,255,238); }
td.TdClassName
{
border-color: #DFFFEE;
}
.TagClassName
{
border-color: #DFFFEE;
}
</style>