#EFD7F3

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

Shades of Selago #EFD7F3

Tints of Selago #EFD7F3

Color information

#EFD7F3 (or 0xEFD7F3) is unknown color: approx Selago. HEX triplet: EF, D7 and F3. RGB value is (239,215,243). Sum of RGB (Red+Green+Blue) = 239+215+243=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 215 (84.38% from 255 or 30.85% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD7F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7F3 is #10280C. Grayscale: #E1E1E1. Windows color (decimal): -1058829 or 15980527. OLE color: 15980527.

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

Color convert

RGB239215243-
CMYK0.020.1200.05
HSL291.43º53.85%89.8%-
HSV(B)291.43º11.52%95.29%-
XYZ76.0773.4294.96-
YUV225.37137.95137.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 215 (84.38% from 255) = 30.85%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=34.29%
G=30.85%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392152430.020.1200.05291.4353.8589.8
HexEFD7F32C05123365a
Octal3573273632140544366132
Binary11101111110101111111001110110001011001000111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7F3; }

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

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

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

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

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

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

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

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