#E0CDDF

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

Shades of Snuff #E0CDDF

Tints of Snuff #E0CDDF

Color information

#E0CDDF (or 0xE0CDDF) is unknown color: approx Snuff. HEX triplet: E0, CD and DF. RGB value is (224,205,223). Sum of RGB (Red+Green+Blue) = 224+205+223=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDDF is #1F3220. Grayscale: #D4D4D4. Windows color (decimal): -2044449 or 14667232. OLE color: 14667232.

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

Color convert

RGB224205223-
CMYK00.080.000.12
HSL303.16º23.46%84.12%-
HSV(B)303.16º8.48%87.84%-
XYZ65.8964.8478.85-
YUV212.73133.79136.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=34.36%
G=31.44%
B=34.20%

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
Decimal22420522300.080.000.12303.1623.4684.12
HexE0CDDF080C12f1754
Octal34031533701001445727124
Binary1110000011001101110111110100001100100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDDF; }

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

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

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

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

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

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

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

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