#EFE0F1

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

Shades of Selago #EFE0F1

Tints of Selago #EFE0F1

Color information

#EFE0F1 (or 0xEFE0F1) is unknown color: approx Selago. HEX triplet: EF, E0 and F1. RGB value is (239,224,241). Sum of RGB (Red+Green+Blue) = 239+224+241=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0F1 is #101F0E. Grayscale: #E6E6E6. Windows color (decimal): -1056527 or 15851759. OLE color: 15851759.

HSL color Cylindrical-coordinate representation of color #EFE0F1: hue angle of 292.94º degrees, saturation: 0.38, 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 #EFE0F1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239224241-
CMYK0.010.0700.05
HSL292.94º37.78%91.18%-
HSV(B)292.94º7.05%94.51%-
XYZ78.1378.0194.16-
YUV230.42133.97134.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 224 (87.89% from 255) = 31.82%
BLUE value IS 241 (94.53% from 255) = 34.23%
R=33.95%
G=31.82%
B=34.23%

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
Decimal2392242410.010.0700.05292.9437.7891.18
HexEFE0F11705125265b
Octal357340361170544546133
Binary111011111110000011110001111101011001001011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0F1; }

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

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

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

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

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

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

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

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