#EFD7F1

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

Shades of Selago #EFD7F1

Tints of Selago #EFD7F1

Color information

#EFD7F1 (or 0xEFD7F1) is unknown color: approx Selago. HEX triplet: EF, D7 and F1. RGB value is (239,215,241). Sum of RGB (Red+Green+Blue) = 239+215+241=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7F1 is #10280E. Grayscale: #E1E1E1. Windows color (decimal): -1058831 or 15849455. OLE color: 15849455.

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

Color convert

RGB239215241-
CMYK0.010.1100.05
HSL295.38º48.15%89.41%-
HSV(B)295.38º10.79%94.51%-
XYZ75.7773.393.37-
YUV225.14136.95137.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 215 (84.38% from 255) = 30.94%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=34.39%
G=30.94%
B=34.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392152410.010.1100.05295.3848.1589.41
HexEFD7F11B051273059
Octal3573273611130544760131
Binary1110111111010111111100011101101011001001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7F1; }

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

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

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

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

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

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

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

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