Shades of Bubbles #DFFFEF
Tints of Bubbles #DFFFEF
RGB
CMYK
RGB Variations
Color information
#DFFFEF (or 0xDFFFEF) is known color: Bubbles. HEX triplet: DF, FF and EF. RGB value is (223,255,239). Sum of RGB (Red+Green+Blue) = 223+255+239=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFEF is #200010. Grayscale: #F3F3F3. Windows color (decimal): -2097169 or 15728607. OLE color: 15728607.
HSL color Cylindrical-coordinate representation of color #DFFFEF: hue angle of 150º 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 #DFFFEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 239 | - |
| CMYK | 0.13 | 0 | 0.06 | 0 |
| HSL | 150º | 1% | 0.94% | - |
| HSV(B) | 150º | 0.13% | 1% | - |
| XYZ | 81.77 | 93.44 | 95.39 | - |
| YUV | 243.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 239 | 0.13 | 0 | 0.06 | 0 | 150 | 1 | 0.94 |
| Hex | DF | FF | EF | D | 0 | 6 | 0 | 96 | 64 | 5E |
| Octal | 337 | 377 | 357 | 15 | 0 | 6 | 0 | 226 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11101111 | 1101 | 0 | 110 | 0 | 10010110 | 1100100 | 1011110 |
Color Harmonies of #DFFFEF
Complementary color
Monochromatic Colors of #DFFFEF
Black with #DFFFEF
Text Example
Text Example
White with #DFFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFEF; }
p { color: rgb(223,255,239); }
H1.HeaderClassName
{
color: #DFFFEF;
}
.AnyTagClassName
{
color: #DFFFEF;
}
</style>
background-color css
<style>
a { background-color: #DFFFEF; }
a { background-color: rgb(223,255,239); }
div.DivClassName
{
background-color: #DFFFEF;
}
.BgClassName
{
background-color: #DFFFEF;
}
</style>
border-color css
<style>
span { border-color: #DFFFEF; }
span { border-color: rgb(223,255,239); }
td.TdClassName
{
border-color: #DFFFEF;
}
.TagClassName
{
border-color: #DFFFEF;
}
</style>