#EFD3F0

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

Shades of Snuff #EFD3F0

Tints of Snuff #EFD3F0

Color information

#EFD3F0 (or 0xEFD3F0) is unknown color: approx Snuff. HEX triplet: EF, D3 and F0. RGB value is (239,211,240). Sum of RGB (Red+Green+Blue) = 239+211+240=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD3F0 is #102C0F. Grayscale: #DEDEDE. Windows color (decimal): -1059856 or 15782895. OLE color: 15782895.

HSL color Cylindrical-coordinate representation of color #EFD3F0: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3F0 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239211240-
CMYK0.000.1200.06
HSL297.93º49.15%88.43%-
HSV(B)297.93º12.08%94.12%-
XYZ74.6271.2392.25-
YUV222.68137.78139.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 211 (82.81% from 255) = 30.58%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=34.64%
G=30.58%
B=34.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392112400.000.1200.06297.9349.1588.43
HexEFD3F00C0612a3158
Octal3573233600140645261130
Binary1110111111010011111100000110001101001010101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3F0; }

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

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

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

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

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

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

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

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