#EDD8EB

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

Shades of Snuff #EDD8EB

Tints of Snuff #EDD8EB

Color information

#EDD8EB (or 0xEDD8EB) is unknown color: approx Snuff. HEX triplet: ED, D8 and EB. RGB value is (237,216,235). Sum of RGB (Red+Green+Blue) = 237+216+235=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8EB is #122714. Grayscale: #E0E0E0. Windows color (decimal): -1189653 or 15456493. OLE color: 15456493.

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

Color convert

RGB237216235-
CMYK00.090.010.07
HSL305.71º36.84%88.82%-
HSV(B)305.71º8.86%92.94%-
XYZ74.4873.1188.78-
YUV224.44133.96136.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=34.45%
G=31.40%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721623500.090.010.07305.7136.8488.82
HexEDD8EB09171322559
Octal3553303530111746245131
Binary1110110111011000111010110100111111001100101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8EB; }

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

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

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

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

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

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

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

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