Shades of Bubbles #DFFAEA
Tints of Bubbles #DFFAEA
RGB
CMYK
RGB Variations
Color information
#DFFAEA (or 0xDFFAEA) is known color: Bubbles. HEX triplet: DF, FA and EA. RGB value is (223,250,234). Sum of RGB (Red+Green+Blue) = 223+250+234=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAEA is #200515. Grayscale: #F0F0F0. Windows color (decimal): -2098454 or 15399647. OLE color: 15399647.
HSL color Cylindrical-coordinate representation of color #DFFAEA: hue angle of 144.44º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAEA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 234 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.02 |
| HSL | 144.44º | 0.73% | 0.93% | - |
| HSV(B) | 144.44º | 0.11% | 0.98% | - |
| XYZ | 79.47 | 90 | 91.03 | - |
| YUV | 240.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 234 | 0.11 | 0 | 0.06 | 0.02 | 144.44 | 0.73 | 0.93 |
| Hex | DF | FA | EA | B | 0 | 6 | 2 | 90 | 49 | 5D |
| Octal | 337 | 372 | 352 | 13 | 0 | 6 | 2 | 220 | 111 | 135 |
| Binary | 11011111 | 11111010 | 11101010 | 1011 | 0 | 110 | 10 | 10010000 | 1001001 | 1011101 |
Color Harmonies of #DFFAEA
Complementary color
Monochromatic Colors of #DFFAEA
Black with #DFFAEA
Text Example
Text Example
White with #DFFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFAEA; }
p { color: rgb(223,250,234); }
H1.HeaderClassName
{
color: #DFFAEA;
}
.AnyTagClassName
{
color: #DFFAEA;
}
</style>
background-color css
<style>
a { background-color: #DFFAEA; }
a { background-color: rgb(223,250,234); }
div.DivClassName
{
background-color: #DFFAEA;
}
.BgClassName
{
background-color: #DFFAEA;
}
</style>
border-color css
<style>
span { border-color: #DFFAEA; }
span { border-color: rgb(223,250,234); }
td.TdClassName
{
border-color: #DFFAEA;
}
.TagClassName
{
border-color: #DFFAEA;
}
</style>