Shades of Bubbles #DFEFE4
Tints of Bubbles #DFEFE4
RGB
CMYK
RGB Variations
Color information
#DFEFE4 (or 0xDFEFE4) is known color: Bubbles. HEX triplet: DF, EF and E4. RGB value is (223,239,228). Sum of RGB (Red+Green+Blue) = 223+239+228=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE4 is #20101B. Grayscale: #E8E8E8. Windows color (decimal): -2101276 or 15003615. OLE color: 15003615.
HSL color Cylindrical-coordinate representation of color #DFEFE4: hue angle of 138.75º degrees, saturation: 0.33, 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 #DFEFE4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 228 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.06 |
| HSL | 138.75º | 0.33% | 0.91% | - |
| HSV(B) | 138.75º | 0.07% | 0.94% | - |
| XYZ | 75.3 | 83.02 | 85.45 | - |
| YUV | 232.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 228 | 0.07 | 0 | 0.05 | 0.06 | 138.75 | 0.33 | 0.91 |
| Hex | DF | EF | E4 | 7 | 0 | 5 | 6 | 8B | 21 | 5B |
| Octal | 337 | 357 | 344 | 7 | 0 | 5 | 6 | 213 | 41 | 133 |
| Binary | 11011111 | 11101111 | 11100100 | 111 | 0 | 101 | 110 | 10001011 | 100001 | 1011011 |
Color Harmonies of #DFEFE4
Complementary color
Monochromatic Colors of #DFEFE4
Black with #DFEFE4
Text Example
Text Example
White with #DFEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFE4; }
p { color: rgb(223,239,228); }
H1.HeaderClassName
{
color: #DFEFE4;
}
.AnyTagClassName
{
color: #DFEFE4;
}
</style>
background-color css
<style>
a { background-color: #DFEFE4; }
a { background-color: rgb(223,239,228); }
div.DivClassName
{
background-color: #DFEFE4;
}
.BgClassName
{
background-color: #DFEFE4;
}
</style>
border-color css
<style>
span { border-color: #DFEFE4; }
span { border-color: rgb(223,239,228); }
td.TdClassName
{
border-color: #DFEFE4;
}
.TagClassName
{
border-color: #DFEFE4;
}
</style>