#EBEEFA

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

Shades of Solitude #EBEEFA

Tints of Solitude #EBEEFA

Color information

#EBEEFA (or 0xEBEEFA) is unknown color: approx Solitude. HEX triplet: EB, EE and FA. RGB value is (235,238,250). Sum of RGB (Red+Green+Blue) = 235+238+250=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEFA is #141105. Grayscale: #EEEEEE. Windows color (decimal): -1315078 or 16445163. OLE color: 16445163.

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

Color convert

RGB235238250-
CMYK0.060.0500.02
HSL228º60%95.1%-
HSV(B)228º6%98.04%-
XYZ82.0985.71102.66-
YUV238.47134.51125.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.50%
GREEN value IS 238 (93.36% from 255) = 32.92%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=32.50%
G=32.92%
B=34.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352382500.060.0500.022286095.1
HexEBEEFA6502e43c5f
Octal353356372650234474137
Binary111010111110111011111010110101010111001001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEFA; }

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

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

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

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

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

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

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

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