#EBEDEE

Color #EBEDEE Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #EBEDEE

Tints of Alice Blue #EBEDEE

Color information

#EBEDEE (or 0xEBEDEE) is unknown color: approx 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

RGB235237238-
CMYK0.010.0000.07
HSL200º8.11%92.75%-
HSV(B)200º1.26%93.33%-
XYZ79.9884.492.97-
YUV236.52128.84126.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=33.10%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372380.010.0000.072008.1192.75
HexEBEDEE1007c885d
Octal353355356100731010135
Binary1110101111101101111011101001111100100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>