Shades of Dew #EFFFF3
Tints of Dew #EFFFF3
RGB
CMYK
RGB Variations
Color information
#EFFFF3 (or 0xEFFFF3) is known color: Dew. HEX triplet: EF, FF and F3. RGB value is (239,255,243). Sum of RGB (Red+Green+Blue) = 239+255+243=737 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.43% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 243 (95.31% from 255 or 32.97% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFF3 is #10000C. Grayscale: #F8F8F8. Windows color (decimal): -1048589 or 15990767. OLE color: 15990767.
HSL color Cylindrical-coordinate representation of color #EFFFF3: hue angle of 135º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFF3 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 243 | - |
| CMYK | 0.06 | 0 | 0.05 | 0 |
| HSL | 135º | 1% | 0.97% | - |
| HSV(B) | 135º | 0.06% | 1% | - |
| XYZ | 87.53 | 96.34 | 98.78 | - |
| YUV | 248.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 243 | 0.06 | 0 | 0.05 | 0 | 135 | 1 | 0.97 |
| Hex | EF | FF | F3 | 6 | 0 | 5 | 0 | 87 | 64 | 61 |
| Octal | 357 | 377 | 363 | 6 | 0 | 5 | 0 | 207 | 144 | 141 |
| Binary | 11101111 | 11111111 | 11110011 | 110 | 0 | 101 | 0 | 10000111 | 1100100 | 1100001 |
Color Harmonies of #EFFFF3
Complementary color
Monochromatic Colors of #EFFFF3
Black with #EFFFF3
Text Example
Text Example
White with #EFFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFF3; }
p { color: rgb(239,255,243); }
H1.HeaderClassName
{
color: #EFFFF3;
}
.AnyTagClassName
{
color: #EFFFF3;
}
</style>
background-color css
<style>
a { background-color: #EFFFF3; }
a { background-color: rgb(239,255,243); }
div.DivClassName
{
background-color: #EFFFF3;
}
.BgClassName
{
background-color: #EFFFF3;
}
</style>
border-color css
<style>
span { border-color: #EFFFF3; }
span { border-color: rgb(239,255,243); }
td.TdClassName
{
border-color: #EFFFF3;
}
.TagClassName
{
border-color: #EFFFF3;
}
</style>