#EECDEE

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

Shades of Snuff #EECDEE

Tints of Snuff #EECDEE

Color information

#EECDEE (or 0xEECDEE) is unknown color: approx Snuff. HEX triplet: EE, CD and EE. RGB value is (238,205,238). Sum of RGB (Red+Green+Blue) = 238+205+238=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EECDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDEE is #113211. Grayscale: #DADADA. Windows color (decimal): -1126930 or 15650286. OLE color: 15650286.

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

Color convert

RGB238205238-
CMYK00.1400.07
HSL300º49.25%86.86%-
HSV(B)300º13.87%93.33%-
XYZ72.5268.0190.19-
YUV218.63138.93141.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820523800.1400.0730049.2586.86
HexEECDEE0E0712c3157
Octal3563153560160745461127
Binary1110111011001101111011100111001111001011001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDEE; }

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

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

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

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

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

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

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

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