Shades of Clear Day #EBEEED
Tints of Clear Day #EBEEED
RGB
CMYK
RGB Variations
Color information
#EBEEED (or 0xEBEEED) is known color: Clear Day. HEX triplet: EB, EE and ED. RGB value is (235,238,237). Sum of RGB (Red+Green+Blue) = 235+238+237=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEED is #141112. Grayscale: #ECECEC. Windows color (decimal): -1315091 or 15593195. OLE color: 15593195.
HSL color Cylindrical-coordinate representation of color #EBEEED: hue angle of 160º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEEED is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 238 | 237 | - |
CMYK | 0.01 | 0 | 0.00 | 0.07 |
HSL | 160º | 0.08% | 0.93% | - |
HSV(B) | 160º | 0.01% | 0.93% | - |
XYZ | 80.12 | 84.93 | 92.29 | - |
YUV | 236.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 238 | 237 | 0.01 | 0 | 0.00 | 0.07 | 160 | 0.08 | 0.93 |
Hex | EB | EE | ED | 1 | 0 | 0 | 7 | A0 | 8 | 5D |
Octal | 353 | 356 | 355 | 1 | 0 | 0 | 7 | 240 | 10 | 135 |
Binary | 11101011 | 11101110 | 11101101 | 1 | 0 | 0 | 111 | 10100000 | 1000 | 1011101 |
Color Harmonies of #EBEEED
Complementary color
Monochromatic Colors of #EBEEED
Black with #EBEEED
Text Example
Text Example
White with #EBEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEED; }
p { color: rgb(235,238,237); }
H1.HeaderClassName
{
color: #EBEEED;
}
.AnyTagClassName
{
color: #EBEEED;
}
</style>
background-color css
<style>
a { background-color: #EBEEED; }
a { background-color: rgb(235,238,237); }
div.DivClassName
{
background-color: #EBEEED;
}
.BgClassName
{
background-color: #EBEEED;
}
</style>
border-color css
<style>
span { border-color: #EBEEED; }
span { border-color: rgb(235,238,237); }
td.TdClassName
{
border-color: #EBEEED;
}
.TagClassName
{
border-color: #EBEEED;
}
</style>