#EED6EE

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

Shades of Snuff #EED6EE

Tints of Snuff #EED6EE

Color information

#EED6EE (or 0xEED6EE) is unknown color: approx Snuff. HEX triplet: EE, D6 and EE. RGB value is (238,214,238). Sum of RGB (Red+Green+Blue) = 238+214+238=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EE is #112911. Grayscale: #DFDFDF. Windows color (decimal): -1124626 or 15652590. OLE color: 15652590.

HSL color Cylindrical-coordinate representation of color #EED6EE: hue angle of 300º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6EE is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238214238-
CMYK00.1000.07
HSL300º41.38%88.63%-
HSV(B)300º10.08%93.33%-
XYZ74.7472.4490.93-
YUV223.91135.95138.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=34.49%
G=31.01%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821423800.1000.0730041.3888.63
HexEED6EE0A0712c2959
Octal3563263560120745451131
Binary1110111011010110111011100101001111001011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6EE; }

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

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

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

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

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

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

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

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