Shades of Bubbles #DFFFED
Tints of Bubbles #DFFFED
RGB
CMYK
RGB Variations
Color information
#DFFFED (or 0xDFFFED) is known color: Bubbles. HEX triplet: DF, FF and ED. RGB value is (223,255,237). Sum of RGB (Red+Green+Blue) = 223+255+237=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFFED is #200012. Grayscale: #F3F3F3. Windows color (decimal): -2097171 or 15597535. OLE color: 15597535.
HSL color Cylindrical-coordinate representation of color #DFFFED: hue angle of 146.25º 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 #DFFFED is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 237 | - |
| CMYK | 0.13 | 0 | 0.07 | 0 |
| HSL | 146.25º | 1% | 0.94% | - |
| HSV(B) | 146.25º | 0.13% | 1% | - |
| XYZ | 81.48 | 93.32 | 93.84 | - |
| YUV | 243.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 237 | 0.13 | 0 | 0.07 | 0 | 146.25 | 1 | 0.94 |
| Hex | DF | FF | ED | D | 0 | 7 | 0 | 92 | 64 | 5E |
| Octal | 337 | 377 | 355 | 15 | 0 | 7 | 0 | 222 | 144 | 136 |
| Binary | 11011111 | 11111111 | 11101101 | 1101 | 0 | 111 | 0 | 10010010 | 1100100 | 1011110 |
Color Harmonies of #DFFFED
Complementary color
Monochromatic Colors of #DFFFED
Black with #DFFFED
Text Example
Text Example
White with #DFFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFED; }
p { color: rgb(223,255,237); }
H1.HeaderClassName
{
color: #DFFFED;
}
.AnyTagClassName
{
color: #DFFFED;
}
</style>
background-color css
<style>
a { background-color: #DFFFED; }
a { background-color: rgb(223,255,237); }
div.DivClassName
{
background-color: #DFFFED;
}
.BgClassName
{
background-color: #DFFFED;
}
</style>
border-color css
<style>
span { border-color: #DFFFED; }
span { border-color: rgb(223,255,237); }
td.TdClassName
{
border-color: #DFFFED;
}
.TagClassName
{
border-color: #DFFFED;
}
</style>