Shades of Dew #EBFEEF
Tints of Dew #EBFEEF
RGB
CMYK
RGB Variations
Color information
#EBFEEF (or 0xEBFEEF) is known color: Dew. HEX triplet: EB, FE and EF. RGB value is (235,254,239). Sum of RGB (Red+Green+Blue) = 235+254+239=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 239 (93.75% from 255 or 32.83% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEEF is #140110. Grayscale: #F6F6F6. Windows color (decimal): -1310993 or 15728363. OLE color: 15728363.
HSL color Cylindrical-coordinate representation of color #EBFEEF: hue angle of 132.63º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFEEF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 239 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.00 |
| HSL | 132.63º | 0.9% | 0.96% | - |
| HSV(B) | 132.63º | 0.07% | 1% | - |
| XYZ | 85.28 | 94.78 | 95.46 | - |
| YUV | 246.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 239 | 0.07 | 0 | 0.06 | 0.00 | 132.63 | 0.9 | 0.96 |
| Hex | EB | FE | EF | 7 | 0 | 6 | 0 | 85 | 5A | 60 |
| Octal | 353 | 376 | 357 | 7 | 0 | 6 | 0 | 205 | 132 | 140 |
| Binary | 11101011 | 11111110 | 11101111 | 111 | 0 | 110 | 0 | 10000101 | 1011010 | 1100000 |
Color Harmonies of #EBFEEF
Complementary color
Monochromatic Colors of #EBFEEF
Black with #EBFEEF
Text Example
Text Example
White with #EBFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEEF; }
p { color: rgb(235,254,239); }
H1.HeaderClassName
{
color: #EBFEEF;
}
.AnyTagClassName
{
color: #EBFEEF;
}
</style>
background-color css
<style>
a { background-color: #EBFEEF; }
a { background-color: rgb(235,254,239); }
div.DivClassName
{
background-color: #EBFEEF;
}
.BgClassName
{
background-color: #EBFEEF;
}
</style>
border-color css
<style>
span { border-color: #EBFEEF; }
span { border-color: rgb(235,254,239); }
td.TdClassName
{
border-color: #EBFEEF;
}
.TagClassName
{
border-color: #EBFEEF;
}
</style>