#EFE1F1

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

Shades of Selago #EFE1F1

Tints of Selago #EFE1F1

Color information

#EFE1F1 (or 0xEFE1F1) is unknown color: approx Selago. HEX triplet: EF, E1 and F1. RGB value is (239,225,241). Sum of RGB (Red+Green+Blue) = 239+225+241=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFE1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1F1 is #101E0E. Grayscale: #E6E6E6. Windows color (decimal): -1056271 or 15852015. OLE color: 15852015.

HSL color Cylindrical-coordinate representation of color #EFE1F1: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE1F1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239225241-
CMYK0.010.0700.05
HSL292.5º36.36%91.37%-
HSV(B)292.5º6.64%94.51%-
XYZ78.478.5594.25-
YUV231.01133.64133.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 225 (88.28% from 255) = 31.91%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=33.90%
G=31.91%
B=34.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392252410.010.0700.05292.536.3691.37
HexEFE1F11705124245b
Octal357341361170544444133
Binary111011111110000111110001111101011001001001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1F1; }

 p { color: rgb(239,225,241); }

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

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

 a { background-color: rgb(239,225,241); }

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

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

 span { border-color: rgb(239,225,241); }

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