#EFD7F2

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

Shades of Selago #EFD7F2

Tints of Selago #EFD7F2

Color information

#EFD7F2 (or 0xEFD7F2) is unknown color: approx Selago. HEX triplet: EF, D7 and F2. RGB value is (239,215,242). Sum of RGB (Red+Green+Blue) = 239+215+242=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFD7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7F2 is #10280D. Grayscale: #E1E1E1. Windows color (decimal): -1058830 or 15914991. OLE color: 15914991.

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

Color convert

RGB239215242-
CMYK0.010.1100.05
HSL293.33º50.94%89.61%-
HSV(B)293.33º11.16%94.9%-
XYZ75.9273.3694.16-
YUV225.25137.45137.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 215 (84.38% from 255) = 30.89%
BLUE value IS 242 (94.92% from 255) = 34.77%
R=34.34%
G=30.89%
B=34.77%

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
Decimal2392152420.010.1100.05293.3350.9489.61
HexEFD7F21B05125335a
Octal3573273621130544563132
Binary1110111111010111111100101101101011001001011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7F2; }

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

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

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

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

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

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

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

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