#E0CCDF

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

Shades of Snuff #E0CCDF

Tints of Snuff #E0CCDF

Color information

#E0CCDF (or 0xE0CCDF) is unknown color: approx Snuff. HEX triplet: E0, CC and DF. RGB value is (224,204,223). Sum of RGB (Red+Green+Blue) = 224+204+223=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCDF is #1F3320. Grayscale: #D4D4D4. Windows color (decimal): -2044705 or 14666976. OLE color: 14666976.

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

Color convert

RGB224204223-
CMYK00.090.000.12
HSL303º24.39%83.92%-
HSV(B)303º8.93%87.84%-
XYZ65.6564.3678.77-
YUV212.15134.13136.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=34.41%
G=31.34%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420422300.090.000.1230324.3983.92
HexE0CCDF090C12f1854
Octal34031433701101445730124
Binary1110000011001100110111110100101100100101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCDF; }

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

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

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

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

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

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

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

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