Shades of Bubbles #DFF0E5
Tints of Bubbles #DFF0E5
RGB
CMYK
RGB Variations
Color information
#DFF0E5 (or 0xDFF0E5) is known color: Bubbles. HEX triplet: DF, F0 and E5. RGB value is (223,240,229). Sum of RGB (Red+Green+Blue) = 223+240+229=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0E5 is #200F1A. Grayscale: #E9E9E9. Windows color (decimal): -2101019 or 15069407. OLE color: 15069407.
HSL color Cylindrical-coordinate representation of color #DFF0E5: hue angle of 141.18º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF0E5 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 229 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.06 |
| HSL | 141.18º | 0.36% | 0.91% | - |
| HSV(B) | 141.18º | 0.07% | 0.94% | - |
| XYZ | 75.73 | 83.67 | 86.29 | - |
| YUV | 233.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 229 | 0.07 | 0 | 0.05 | 0.06 | 141.18 | 0.36 | 0.91 |
| Hex | DF | F0 | E5 | 7 | 0 | 5 | 6 | 8D | 24 | 5B |
| Octal | 337 | 360 | 345 | 7 | 0 | 5 | 6 | 215 | 44 | 133 |
| Binary | 11011111 | 11110000 | 11100101 | 111 | 0 | 101 | 110 | 10001101 | 100100 | 1011011 |
Color Harmonies of #DFF0E5
Complementary color
Monochromatic Colors of #DFF0E5
Black with #DFF0E5
Text Example
Text Example
White with #DFF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0E5; }
p { color: rgb(223,240,229); }
H1.HeaderClassName
{
color: #DFF0E5;
}
.AnyTagClassName
{
color: #DFF0E5;
}
</style>
background-color css
<style>
a { background-color: #DFF0E5; }
a { background-color: rgb(223,240,229); }
div.DivClassName
{
background-color: #DFF0E5;
}
.BgClassName
{
background-color: #DFF0E5;
}
</style>
border-color css
<style>
span { border-color: #DFF0E5; }
span { border-color: rgb(223,240,229); }
td.TdClassName
{
border-color: #DFF0E5;
}
.TagClassName
{
border-color: #DFF0E5;
}
</style>