#EFE1F2

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

Shades of Selago #EFE1F2

Tints of Selago #EFE1F2

Color information

#EFE1F2 (or 0xEFE1F2) is unknown color: approx Selago. HEX triplet: EF, E1 and F2. RGB value is (239,225,242). Sum of RGB (Red+Green+Blue) = 239+225+242=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFE1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1F2 is #101E0D. Grayscale: #E7E7E7. Windows color (decimal): -1056270 or 15917551. OLE color: 15917551.

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

Color convert

RGB239225242-
CMYK0.010.0700.05
HSL289.41º39.53%91.57%-
HSV(B)289.41º7.02%94.9%-
XYZ78.5578.6195.04-
YUV231.12134.14133.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 225 (88.28% from 255) = 31.87%
BLUE value IS 242 (94.92% from 255) = 34.28%
R=33.85%
G=31.87%
B=34.28%

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
Decimal2392252420.010.0700.05289.4139.5391.57
HexEFE1F21705121285c
Octal357341362170544150134
Binary111011111110000111110010111101011001000011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1F2; }

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

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

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

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

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

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

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

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