#EED6EF

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

Shades of Snuff #EED6EF

Tints of Snuff #EED6EF

Color information

#EED6EF (or 0xEED6EF) is unknown color: approx Snuff. HEX triplet: EE, D6 and EF. RGB value is (238,214,239). Sum of RGB (Red+Green+Blue) = 238+214+239=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6EF is #112910. Grayscale: #DFDFDF. Windows color (decimal): -1124625 or 15718126. OLE color: 15718126.

HSL color Cylindrical-coordinate representation of color #EED6EF: hue angle of 297.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6EF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238214239-
CMYK0.000.1000.06
HSL297.6º43.86%88.82%-
HSV(B)297.6º10.46%93.73%-
XYZ74.8972.591.71-
YUV224.03136.45137.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=34.44%
G=30.97%
B=34.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382142390.000.1000.06297.643.8688.82
HexEED6EF0A0612a2c59
Octal3563263570120645254131
Binary1110111011010110111011110101001101001010101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6EF; }

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

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

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

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

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

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

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

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