#EBEFFA

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

Shades of Solitude #EBEFFA

Tints of Solitude #EBEFFA

Color information

#EBEFFA (or 0xEBEFFA) is unknown color: approx Solitude. HEX triplet: EB, EF and FA. RGB value is (235,239,250). Sum of RGB (Red+Green+Blue) = 235+239+250=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFFA is #141005. Grayscale: #EFEFEF. Windows color (decimal): -1314822 or 16445419. OLE color: 16445419.

HSL color Cylindrical-coordinate representation of color #EBEFFA: hue angle of 224º 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 #EBEFFA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235239250-
CMYK0.060.0400.02
HSL224º60%95.1%-
HSV(B)224º6%98.04%-
XYZ82.3886.3102.76-
YUV239.06134.17125.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=32.46%
G=33.01%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352392500.060.0400.022246095.1
HexEBEFFA6402e03c5f
Octal353357372640234074137
Binary111010111110111111111010110100010111000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFFA; }

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

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

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

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

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

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

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

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