#EFD3F3

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

Shades of Snuff #EFD3F3

Tints of Snuff #EFD3F3

Color information

#EFD3F3 (or 0xEFD3F3) is unknown color: approx Snuff. HEX triplet: EF, D3 and F3. RGB value is (239,211,243). Sum of RGB (Red+Green+Blue) = 239+211+243=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3F3 is #102C0C. Grayscale: #DEDEDE. Windows color (decimal): -1059853 or 15979503. OLE color: 15979503.

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

Color convert

RGB239211243-
CMYK0.020.1300.05
HSL292.5º57.14%89.02%-
HSV(B)292.5º13.17%95.29%-
XYZ75.0771.4194.62-
YUV223.02139.28139.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 211 (82.81% from 255) = 30.45%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=34.49%
G=30.45%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392112430.020.1300.05292.557.1489.02
HexEFD3F32D051243959
Octal3573233632150544471131
Binary11101111110100111111001110110101011001001001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3F3; }

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

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

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

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

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

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

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

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