#EFD5F1

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

Shades of Snuff #EFD5F1

Tints of Snuff #EFD5F1

Color information

#EFD5F1 (or 0xEFD5F1) is unknown color: approx Snuff. HEX triplet: EF, D5 and F1. RGB value is (239,213,241). Sum of RGB (Red+Green+Blue) = 239+213+241=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD5F1 is #102A0E. Grayscale: #DFDFDF. Windows color (decimal): -1059343 or 15848943. OLE color: 15848943.

HSL color Cylindrical-coordinate representation of color #EFD5F1: hue angle of 295.71º degrees, saturation: 0.5, 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 #EFD5F1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239213241-
CMYK0.010.1200.05
HSL295.71º50%89.02%-
HSV(B)295.71º11.62%94.51%-
XYZ75.2772.2993.21-
YUV223.97137.61138.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 213 (83.59% from 255) = 30.74%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=34.49%
G=30.74%
B=34.78%

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
Decimal2392132410.010.1200.05295.715089.02
HexEFD5F11C051283259
Octal3573253611140545062131
Binary1110111111010101111100011110001011001010001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5F1; }

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

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

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

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

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

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

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

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