#EDD6EB

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

Shades of Snuff #EDD6EB

Tints of Snuff #EDD6EB

Color information

#EDD6EB (or 0xEDD6EB) is unknown color: approx Snuff. HEX triplet: ED, D6 and EB. RGB value is (237,214,235). Sum of RGB (Red+Green+Blue) = 237+214+235=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EB is #122914. Grayscale: #DFDFDF. Windows color (decimal): -1190165 or 15455981. OLE color: 15455981.

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

Color convert

RGB237214235-
CMYK00.100.010.07
HSL305.22º38.98%88.43%-
HSV(B)305.22º9.7%92.94%-
XYZ73.9772.188.61-
YUV223.27134.62137.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=34.55%
G=31.20%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721423500.100.010.07305.2238.9888.43
HexEDD6EB0A171312758
Octal3553263530121746147130
Binary1110110111010110111010110101011111001100011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6EB; }

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

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

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

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

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

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

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

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