#EBEEF3

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

Shades of Solitude #EBEEF3

Tints of Solitude #EBEEF3

Color information

#EBEEF3 (or 0xEBEEF3) is unknown color: approx Solitude. HEX triplet: EB, EE and F3. RGB value is (235,238,243). Sum of RGB (Red+Green+Blue) = 235+238+243=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBEEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF3 is #14110C. Grayscale: #EDEDED. Windows color (decimal): -1315085 or 15986411. OLE color: 15986411.

HSL color Cylindrical-coordinate representation of color #EBEEF3: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEEF3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235238243-
CMYK0.030.0200.05
HSL217.5º25%93.73%-
HSV(B)217.5º3.29%95.29%-
XYZ81.0185.2896.99-
YUV237.67131.01126.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.82%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 243 (95.31% from 255) = 33.94%
R=32.82%
G=33.24%
B=33.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352382430.030.0200.05217.52593.73
HexEBEEF33205da195e
Octal353356363320533231136
Binary1110101111101110111100111110010111011010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEF3; }

 p { color: rgb(235,238,243); }

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

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

 a { background-color: rgb(235,238,243); }

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

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

 span { border-color: rgb(235,238,243); }

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