#E2CFDF

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

Shades of Snuff #E2CFDF

Tints of Snuff #E2CFDF

Color information

#E2CFDF (or 0xE2CFDF) is unknown color: approx Snuff. HEX triplet: E2, CF and DF. RGB value is (226,207,223). Sum of RGB (Red+Green+Blue) = 226+207+223=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFDF is #1D3020. Grayscale: #D6D6D6. Windows color (decimal): -1912865 or 14667746. OLE color: 14667746.

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

Color convert

RGB226207223-
CMYK00.080.010.11
HSL309.47º24.68%84.9%-
HSV(B)309.47º8.41%88.63%-
XYZ6766.1279.04-
YUV214.5132.79136.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=34.45%
G=31.55%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620722300.080.010.11309.4724.6884.9
HexE2CFDF081B1351955
Octal34231733701011346531125
Binary1110001011001111110111110100011011100110101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFDF; }

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

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

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

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

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

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

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

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