#E9CFEE

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

Shades of Snuff #E9CFEE

Tints of Snuff #E9CFEE

Color information

#E9CFEE (or 0xE9CFEE) is unknown color: approx Snuff. HEX triplet: E9, CF and EE. RGB value is (233,207,238). Sum of RGB (Red+Green+Blue) = 233+207+238=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFEE is #163011. Grayscale: #DADADA. Windows color (decimal): -1454098 or 15650793. OLE color: 15650793.

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

Color convert

RGB233207238-
CMYK0.020.1300.07
HSL290.32º47.69%87.25%-
HSV(B)290.32º13.03%93.33%-
XYZ71.3568.1290.28-
YUV218.31139.11138.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=34.37%
G=30.53%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332072380.020.1300.07290.3247.6987.25
HexE9CFEE2D071223057
Octal3513173562150744260127
Binary11101001110011111110111010110101111001000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFEE; }

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

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

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

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

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

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

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

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