#EFDAF1

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

Shades of Selago #EFDAF1

Tints of Selago #EFDAF1

Color information

#EFDAF1 (or 0xEFDAF1) is unknown color: approx Selago. HEX triplet: EF, DA and F1. RGB value is (239,218,241). Sum of RGB (Red+Green+Blue) = 239+218+241=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF1 is #10250E. Grayscale: #E2E2E2. Windows color (decimal): -1058063 or 15850223. OLE color: 15850223.

HSL color Cylindrical-coordinate representation of color #EFDAF1: hue angle of 294.78º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDAF1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239218241-
CMYK0.010.1000.05
HSL294.78º45.1%90%-
HSV(B)294.78º9.54%94.51%-
XYZ76.5574.8493.63-
YUV226.9135.96136.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=34.24%
G=31.23%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392182410.010.1000.05294.7845.190
HexEFDAF11A051272d5a
Octal3573323611120544755132
Binary1110111111011010111100011101001011001001111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAF1; }

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

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

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

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

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

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

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

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