#E3CFDF

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

Shades of Snuff #E3CFDF

Tints of Snuff #E3CFDF

Color information

#E3CFDF (or 0xE3CFDF) is unknown color: approx Snuff. HEX triplet: E3, CF and DF. RGB value is (227,207,223). Sum of RGB (Red+Green+Blue) = 227+207+223=657 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.55% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CFDF is #1C3020. Grayscale: #D6D6D6. Windows color (decimal): -1847329 or 14667747. OLE color: 14667747.

HSL color Cylindrical-coordinate representation of color #E3CFDF: hue angle of 312º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CFDF is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227207223-
CMYK00.090.020.11
HSL312º26.32%85.1%-
HSV(B)312º8.81%89.02%-
XYZ67.3166.2879.06-
YUV214.8132.63136.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.55%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=34.55%
G=31.51%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720722300.090.020.1131226.3285.1
HexE3CFDF092B1381a55
Octal34331733701121347032125
Binary11100011110011111101111101001101011100111000110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFDF; }

 p { color: rgb(227,207,223); }

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

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

 a { background-color: rgb(227,207,223); }

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

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

 span { border-color: rgb(227,207,223); }

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