#EFE5F0

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

Shades of Selago #EFE5F0

Tints of Selago #EFE5F0

Color information

#EFE5F0 (or 0xEFE5F0) is unknown color: approx Selago. HEX triplet: EF, E5 and F0. RGB value is (239,229,240). Sum of RGB (Red+Green+Blue) = 239+229+240=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5F0 is #101A0F. Grayscale: #E9E9E9. Windows color (decimal): -1055248 or 15787503. OLE color: 15787503.

HSL color Cylindrical-coordinate representation of color #EFE5F0: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE5F0 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239229240-
CMYK0.000.0500.06
HSL294.55º26.83%91.96%-
HSV(B)294.55º4.58%94.12%-
XYZ79.3480.6893.83-
YUV233.24131.81132.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.76%
GREEN value IS 229 (89.84% from 255) = 32.34%
BLUE value IS 240 (94.14% from 255) = 33.90%
R=33.76%
G=32.34%
B=33.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392292400.000.0500.06294.5526.8391.96
HexEFE5F005061271b5c
Octal357345360050644733134
Binary11101111111001011111000001010110100100111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5F0; }

 p { color: rgb(239,229,240); }

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

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

 a { background-color: rgb(239,229,240); }

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

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

 span { border-color: rgb(239,229,240); }

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