#EDD6EA

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

Shades of Snuff #EDD6EA

Tints of Snuff #EDD6EA

Color information

#EDD6EA (or 0xEDD6EA) is unknown color: approx Snuff. HEX triplet: ED, D6 and EA. RGB value is (237,214,234). Sum of RGB (Red+Green+Blue) = 237+214+234=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6EA is #122915. Grayscale: #DFDFDF. Windows color (decimal): -1190166 or 15390445. OLE color: 15390445.

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

Color convert

RGB237214234-
CMYK00.100.010.07
HSL307.83º38.98%88.43%-
HSV(B)307.83º9.7%92.94%-
XYZ73.8272.0487.86-
YUV223.16134.12137.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=34.60%
G=31.24%
B=34.16%

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
Decimal23721423400.100.010.07307.8338.9888.43
HexEDD6EA0A171342758
Octal3553263520121746447130
Binary1110110111010110111010100101011111001101001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6EA; }

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

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

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

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

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

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

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

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