Shades of Bubbles #DFF0E6
Tints of Bubbles #DFF0E6
RGB
CMYK
RGB Variations
Color information
#DFF0E6 (or 0xDFF0E6) is known color: Bubbles. HEX triplet: DF, F0 and E6. RGB value is (223,240,230). Sum of RGB (Red+Green+Blue) = 223+240+230=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0E6 is #200F19. Grayscale: #E9E9E9. Windows color (decimal): -2101018 or 15134943. OLE color: 15134943.
HSL color Cylindrical-coordinate representation of color #DFF0E6: hue angle of 144.71º 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 #DFF0E6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 230 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.06 |
| HSL | 144.71º | 0.36% | 0.91% | - |
| HSV(B) | 144.71º | 0.07% | 0.94% | - |
| XYZ | 75.87 | 83.72 | 87.02 | - |
| YUV | 233.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 230 | 0.07 | 0 | 0.04 | 0.06 | 144.71 | 0.36 | 0.91 |
| Hex | DF | F0 | E6 | 7 | 0 | 4 | 6 | 91 | 24 | 5B |
| Octal | 337 | 360 | 346 | 7 | 0 | 4 | 6 | 221 | 44 | 133 |
| Binary | 11011111 | 11110000 | 11100110 | 111 | 0 | 100 | 110 | 10010001 | 100100 | 1011011 |
Color Harmonies of #DFF0E6
Complementary color
Monochromatic Colors of #DFF0E6
Black with #DFF0E6
Text Example
Text Example
White with #DFF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0E6; }
p { color: rgb(223,240,230); }
H1.HeaderClassName
{
color: #DFF0E6;
}
.AnyTagClassName
{
color: #DFF0E6;
}
</style>
background-color css
<style>
a { background-color: #DFF0E6; }
a { background-color: rgb(223,240,230); }
div.DivClassName
{
background-color: #DFF0E6;
}
.BgClassName
{
background-color: #DFF0E6;
}
</style>
border-color css
<style>
span { border-color: #DFF0E6; }
span { border-color: rgb(223,240,230); }
td.TdClassName
{
border-color: #DFF0E6;
}
.TagClassName
{
border-color: #DFF0E6;
}
</style>