#E0CFDF

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

Shades of Snuff #E0CFDF

Tints of Snuff #E0CFDF

Color information

#E0CFDF (or 0xE0CFDF) is unknown color: approx Snuff. HEX triplet: E0, CF and DF. RGB value is (224,207,223). Sum of RGB (Red+Green+Blue) = 224+207+223=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDF is #1F3020. Grayscale: #D5D5D5. Windows color (decimal): -2043937 or 14667744. OLE color: 14667744.

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

Color convert

RGB224207223-
CMYK00.080.000.12
HSL303.53º21.52%84.51%-
HSV(B)303.53º7.59%87.84%-
XYZ66.3765.879.01-
YUV213.91133.13135.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=34.25%
G=31.65%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420722300.080.000.12303.5321.5284.51
HexE0CFDF080C1301655
Octal34031733701001446026125
Binary1110000011001111110111110100001100100110000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFDF; }

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

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

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

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

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

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

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

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