#EECDE7

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

Shades of Snuff #EECDE7

Tints of Snuff #EECDE7

Color information

#EECDE7 (or 0xEECDE7) is unknown color: approx Snuff. HEX triplet: EE, CD and E7. RGB value is (238,205,231). Sum of RGB (Red+Green+Blue) = 238+205+231=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDE7 is #113218. Grayscale: #D9D9D9. Windows color (decimal): -1126937 or 15191534. OLE color: 15191534.

HSL color Cylindrical-coordinate representation of color #EECDE7: hue angle of 312.73º 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 #EECDE7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238205231-
CMYK00.140.030.07
HSL312.73º49.25%86.86%-
HSV(B)312.73º13.87%93.33%-
XYZ71.5267.6184.88-
YUV217.83135.43142.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=35.31%
G=30.42%
B=34.27%

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
Decimal23820523100.140.030.07312.7349.2586.86
HexEECDE70E371393157
Octal3563153470163747161127
Binary11101110110011011110011101110111111001110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDE7; }

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

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

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

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

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

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

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

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