#EFDAF0

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

Shades of Selago #EFDAF0

Tints of Selago #EFDAF0

Color information

#EFDAF0 (or 0xEFDAF0) is unknown color: approx Selago. HEX triplet: EF, DA and F0. RGB value is (239,218,240). Sum of RGB (Red+Green+Blue) = 239+218+240=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF0 is #10250F. Grayscale: #E2E2E2. Windows color (decimal): -1058064 or 15784687. OLE color: 15784687.

HSL color Cylindrical-coordinate representation of color #EFDAF0: hue angle of 297.27º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAF0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239218240-
CMYK0.000.0900.06
HSL297.27º42.31%89.8%-
HSV(B)297.27º9.17%94.12%-
XYZ76.474.7892.85-
YUV226.79135.46136.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=34.29%
G=31.28%
B=34.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392182400.000.0900.06297.2742.3189.8
HexEFDAF009061292a5a
Octal3573323600110645152132
Binary1110111111011010111100000100101101001010011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAF0; }

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

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

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

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

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

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

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

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