#EFD7F4

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

Shades of Selago #EFD7F4

Tints of Selago #EFD7F4

Color information

#EFD7F4 (or 0xEFD7F4) is unknown color: approx Selago. HEX triplet: EF, D7 and F4. RGB value is (239,215,244). Sum of RGB (Red+Green+Blue) = 239+215+244=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 215 (84.38% from 255 or 30.80% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFD7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7F4 is #10280B. Grayscale: #E1E1E1. Windows color (decimal): -1058828 or 16046063. OLE color: 16046063.

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

Color convert

RGB239215244-
CMYK0.020.1200.04
HSL289.66º56.86%90%-
HSV(B)289.66º11.89%95.69%-
XYZ76.2373.4895.75-
YUV225.48138.45137.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 215 (84.38% from 255) = 30.80%
BLUE value IS 244 (95.70% from 255) = 34.96%
R=34.24%
G=30.80%
B=34.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392152440.020.1200.04289.6656.8690
HexEFD7F42C04122395a
Octal3573273642140444271132
Binary11101111110101111111010010110001001001000101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7F4; }

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

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

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

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

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

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

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

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