#EED7EE

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

Shades of Snuff #EED7EE

Tints of Snuff #EED7EE

Color information

#EED7EE (or 0xEED7EE) is unknown color: approx Snuff. HEX triplet: EE, D7 and EE. RGB value is (238,215,238). Sum of RGB (Red+Green+Blue) = 238+215+238=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7EE is #112811. Grayscale: #E0E0E0. Windows color (decimal): -1124370 or 15652846. OLE color: 15652846.

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

Color convert

RGB238215238-
CMYK00.1000.07
HSL300º40.35%88.82%-
HSV(B)300º9.66%93.33%-
XYZ74.9972.9591.02-
YUV224.5135.62137.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 215 (84.38% from 255) = 31.11%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=34.44%
G=31.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821523800.1000.0730040.3588.82
HexEED7EE0A0712c2859
Octal3563273560120745450131
Binary1110111011010111111011100101001111001011001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED7EE; }

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

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

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

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

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

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

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

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