#E9CDEE

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

Shades of Snuff #E9CDEE

Tints of Snuff #E9CDEE

Color information

#E9CDEE (or 0xE9CDEE) is unknown color: approx Snuff. HEX triplet: E9, CD and EE. RGB value is (233,205,238). Sum of RGB (Red+Green+Blue) = 233+205+238=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDEE is #163211. Grayscale: #D9D9D9. Windows color (decimal): -1454610 or 15650281. OLE color: 15650281.

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

Color convert

RGB233205238-
CMYK0.020.1400.07
HSL290.91º49.25%86.86%-
HSV(B)290.91º13.87%93.33%-
XYZ70.8767.1690.12-
YUV217.13139.78139.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=34.47%
G=30.33%
B=35.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332052380.020.1400.07290.9149.2586.86
HexE9CDEE2E071233157
Octal3513153562160744361127
Binary11101001110011011110111010111001111001000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDEE; }

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

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

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

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

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

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

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

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