#EECDE8

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

Shades of Snuff #EECDE8

Tints of Snuff #EECDE8

Color information

#EECDE8 (or 0xEECDE8) is unknown color: approx Snuff. HEX triplet: EE, CD and E8. RGB value is (238,205,232). Sum of RGB (Red+Green+Blue) = 238+205+232=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDE8 is #113217. Grayscale: #D9D9D9. Windows color (decimal): -1126936 or 15257070. OLE color: 15257070.

HSL color Cylindrical-coordinate representation of color #EECDE8: hue angle of 310.91º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDE8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238205232-
CMYK00.140.030.07
HSL310.91º49.25%86.86%-
HSV(B)310.91º13.87%93.33%-
XYZ71.6667.6785.63-
YUV217.94135.93142.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=35.26%
G=30.37%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820523200.140.030.07310.9149.2586.86
HexEECDE80E371373157
Octal3563153500163746761127
Binary11101110110011011110100001110111111001101111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDE8; }

 p { color: rgb(238,205,232); }

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

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

 a { background-color: rgb(238,205,232); }

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

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

 span { border-color: rgb(238,205,232); }

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