Shades of Alice Blue #EBEDEE
Tints of Alice Blue #EBEDEE
RGB
CMYK
RGB Variations
Color information
#EBEDEE (or 0xEBEDEE) is known color: Alice Blue. HEX triplet: EB, ED and EE. RGB value is (235,237,238). Sum of RGB (Red+Green+Blue) = 235+237+238=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDEE is #141211. Grayscale: #ECECEC. Windows color (decimal): -1315346 or 15658475. OLE color: 15658475.
HSL color Cylindrical-coordinate representation of color #EBEDEE: hue angle of 200º 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 #EBEDEE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 238 | - |
CMYK | 0.01 | 0.00 | 0 | 0.07 |
HSL | 200º | 0.08% | 0.93% | - |
HSV(B) | 200º | 0.01% | 0.93% | - |
XYZ | 79.98 | 84.4 | 92.97 | - |
YUV | 236.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 238 | 0.01 | 0.00 | 0 | 0.07 | 200 | 0.08 | 0.93 |
Hex | EB | ED | EE | 1 | 0 | 0 | 7 | C8 | 8 | 5D |
Octal | 353 | 355 | 356 | 1 | 0 | 0 | 7 | 310 | 10 | 135 |
Binary | 11101011 | 11101101 | 11101110 | 1 | 0 | 0 | 111 | 11001000 | 1000 | 1011101 |
Color Harmonies of #EBEDEE
Complementary color
Monochromatic Colors of #EBEDEE
Black with #EBEDEE
Text Example
Text Example
White with #EBEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDEE; }
p { color: rgb(235,237,238); }
H1.HeaderClassName
{
color: #EBEDEE;
}
.AnyTagClassName
{
color: #EBEDEE;
}
</style>
background-color css
<style>
a { background-color: #EBEDEE; }
a { background-color: rgb(235,237,238); }
div.DivClassName
{
background-color: #EBEDEE;
}
.BgClassName
{
background-color: #EBEDEE;
}
</style>
border-color css
<style>
span { border-color: #EBEDEE; }
span { border-color: rgb(235,237,238); }
td.TdClassName
{
border-color: #EBEDEE;
}
.TagClassName
{
border-color: #EBEDEE;
}
</style>