#EFD4F1

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

Shades of Snuff #EFD4F1

Tints of Snuff #EFD4F1

Color information

#EFD4F1 (or 0xEFD4F1) is unknown color: approx Snuff. HEX triplet: EF, D4 and F1. RGB value is (239,212,241). Sum of RGB (Red+Green+Blue) = 239+212+241=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 212 (83.20% from 255 or 30.64% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4F1 is #102B0E. Grayscale: #DFDFDF. Windows color (decimal): -1059599 or 15848687. OLE color: 15848687.

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

Color convert

RGB239212241-
CMYK0.010.1200.05
HSL295.86º50.88%88.82%-
HSV(B)295.86º12.03%94.51%-
XYZ75.0271.7993.12-
YUV223.38137.95139.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 212 (83.20% from 255) = 30.64%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=34.54%
G=30.64%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392122410.010.1200.05295.8650.8888.82
HexEFD4F11C051283359
Octal3573243611140545063131
Binary1110111111010100111100011110001011001010001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4F1; }

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

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

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

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

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

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

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

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