Shades of Bubbles #EFFDF3
Tints of Bubbles #EFFDF3
RGB
CMYK
RGB Variations
Color information
#EFFDF3 (or 0xEFFDF3) is known color: Bubbles. HEX triplet: EF, FD and F3. RGB value is (239,253,243). Sum of RGB (Red+Green+Blue) = 239+253+243=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 243 (95.31% from 255 or 33.06% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF3 is #10020C. Grayscale: #F7F7F7. Windows color (decimal): -1049101 or 15990255. OLE color: 15990255.
HSL color Cylindrical-coordinate representation of color #EFFDF3: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFDF3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 243 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.01 |
| HSL | 137.14º | 0.78% | 0.96% | - |
| HSV(B) | 137.14º | 0.06% | 0.99% | - |
| XYZ | 86.9 | 95.07 | 98.56 | - |
| YUV | 247.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 243 | 0.06 | 0 | 0.04 | 0.01 | 137.14 | 0.78 | 0.96 |
| Hex | EF | FD | F3 | 6 | 0 | 4 | 1 | 89 | 4E | 60 |
| Octal | 357 | 375 | 363 | 6 | 0 | 4 | 1 | 211 | 116 | 140 |
| Binary | 11101111 | 11111101 | 11110011 | 110 | 0 | 100 | 1 | 10001001 | 1001110 | 1100000 |
Color Harmonies of #EFFDF3
Complementary color
Monochromatic Colors of #EFFDF3
Black with #EFFDF3
Text Example
Text Example
White with #EFFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDF3; }
p { color: rgb(239,253,243); }
H1.HeaderClassName
{
color: #EFFDF3;
}
.AnyTagClassName
{
color: #EFFDF3;
}
</style>
background-color css
<style>
a { background-color: #EFFDF3; }
a { background-color: rgb(239,253,243); }
div.DivClassName
{
background-color: #EFFDF3;
}
.BgClassName
{
background-color: #EFFDF3;
}
</style>
border-color css
<style>
span { border-color: #EFFDF3; }
span { border-color: rgb(239,253,243); }
td.TdClassName
{
border-color: #EFFDF3;
}
.TagClassName
{
border-color: #EFFDF3;
}
</style>