#EBEDF4

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

Shades of Solitude #EBEDF4

Tints of Solitude #EBEDF4

Color information

#EBEDF4 (or 0xEBEDF4) is unknown color: approx Solitude. HEX triplet: EB, ED and F4. RGB value is (235,237,244). Sum of RGB (Red+Green+Blue) = 235+237+244=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF4 is #14120B. Grayscale: #EDEDED. Windows color (decimal): -1315340 or 16051691. OLE color: 16051691.

HSL color Cylindrical-coordinate representation of color #EBEDF4: hue angle of 226.67º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEDF4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235237244-
CMYK0.040.0300.04
HSL226.67º29.03%93.92%-
HSV(B)226.67º3.69%95.69%-
XYZ80.8784.7697.69-
YUV237.2131.84126.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 244 (95.70% from 255) = 34.08%
R=32.82%
G=33.10%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352372440.040.0300.04226.6729.0393.92
HexEBEDF44304e31d5e
Octal353355364430434335136
Binary11101011111011011111010010011010011100011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDF4; }

 p { color: rgb(235,237,244); }

 H1.HeaderClassName
 {
   color: #EBEDF4;
 }
 .AnyTagClassName
 {
   color: #EBEDF4;
 }
</style>
background-color css

<style>
 a { background-color: #EBEDF4; }

 a { background-color: rgb(235,237,244); }

 div.DivClassName
 {
   background-color: #EBEDF4;
 }
 .BgClassName
 {
   background-color: #EBEDF4;
 }
</style>
border-color css

<style>
 span { border-color: #EBEDF4; }

 span { border-color: rgb(235,237,244); }

 td.TdClassName
 {
   border-color: #EBEDF4;
 }
 .TagClassName
 {
   border-color: #EBEDF4;
 }
</style>