#EDD8EE

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

Shades of Snuff #EDD8EE

Tints of Snuff #EDD8EE

Color information

#EDD8EE (or 0xEDD8EE) is unknown color: approx Snuff. HEX triplet: ED, D8 and EE. RGB value is (237,216,238). Sum of RGB (Red+Green+Blue) = 237+216+238=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8EE is #122711. Grayscale: #E0E0E0. Windows color (decimal): -1189650 or 15653101. OLE color: 15653101.

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

Color convert

RGB237216238-
CMYK0.000.0900.07
HSL297.27º39.29%89.02%-
HSV(B)297.27º9.24%93.33%-
XYZ74.9173.2991.09-
YUV224.79135.46136.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 216 (84.77% from 255) = 31.26%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=34.30%
G=31.26%
B=34.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372162380.000.0900.07297.2739.2989.02
HexEDD8EE09071292759
Octal3553303560110745147131
Binary1110110111011000111011100100101111001010011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8EE; }

 p { color: rgb(237,216,238); }

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

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

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

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

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

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

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