#EFEAF0

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

Shades of Selago #EFEAF0

Tints of Selago #EFEAF0

Color information

#EFEAF0 (or 0xEFEAF0) is unknown color: approx Selago. HEX triplet: EF, EA and F0. RGB value is (239,234,240). Sum of RGB (Red+Green+Blue) = 239+234+240=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF0 is #10150F. Grayscale: #ECECEC. Windows color (decimal): -1053968 or 15788783. OLE color: 15788783.

HSL color Cylindrical-coordinate representation of color #EFEAF0: hue angle of 290º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEAF0 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239234240-
CMYK0.000.0200.06
HSL290º16.67%92.94%-
HSV(B)290º2.5%94.12%-
XYZ80.7583.4994.3-
YUV236.18130.16130.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=33.52%
G=32.82%
B=33.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392342400.000.0200.0629016.6792.94
HexEFEAF00206122115d
Octal357352360020644221135
Binary1110111111101010111100000100110100100010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAF0; }

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

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

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

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

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

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

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

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