Shades of Dew #EBEFEC
Tints of Dew #EBEFEC
RGB
CMYK
RGB Variations
Color information
#EBEFEC (or 0xEBEFEC) is known color: Dew. HEX triplet: EB, EF and EC. RGB value is (235,239,236). Sum of RGB (Red+Green+Blue) = 235+239+236=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEC is #141013. Grayscale: #EDEDED. Windows color (decimal): -1314836 or 15527915. OLE color: 15527915.
HSL color Cylindrical-coordinate representation of color #EBEFEC: hue angle of 135º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEFEC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 239 | 236 | - |
CMYK | 0.02 | 0 | 0.01 | 0.06 |
HSL | 135º | 0.11% | 0.93% | - |
HSV(B) | 135º | 0.02% | 0.94% | - |
XYZ | 80.27 | 85.45 | 91.62 | - |
YUV | 237.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 239 | 236 | 0.02 | 0 | 0.01 | 0.06 | 135 | 0.11 | 0.93 |
Hex | EB | EF | EC | 2 | 0 | 1 | 6 | 87 | B | 5D |
Octal | 353 | 357 | 354 | 2 | 0 | 1 | 6 | 207 | 13 | 135 |
Binary | 11101011 | 11101111 | 11101100 | 10 | 0 | 1 | 110 | 10000111 | 1011 | 1011101 |
Color Harmonies of #EBEFEC
Complementary color
Monochromatic Colors of #EBEFEC
Black with #EBEFEC
Text Example
Text Example
White with #EBEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFEC; }
p { color: rgb(235,239,236); }
H1.HeaderClassName
{
color: #EBEFEC;
}
.AnyTagClassName
{
color: #EBEFEC;
}
</style>
background-color css
<style>
a { background-color: #EBEFEC; }
a { background-color: rgb(235,239,236); }
div.DivClassName
{
background-color: #EBEFEC;
}
.BgClassName
{
background-color: #EBEFEC;
}
</style>
border-color css
<style>
span { border-color: #EBEFEC; }
span { border-color: rgb(235,239,236); }
td.TdClassName
{
border-color: #EBEFEC;
}
.TagClassName
{
border-color: #EBEFEC;
}
</style>