#EDCDE8

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

Shades of Snuff #EDCDE8

Tints of Snuff #EDCDE8

Color information

#EDCDE8 (or 0xEDCDE8) is unknown color: approx Snuff. HEX triplet: ED, CD and E8. RGB value is (237,205,232). Sum of RGB (Red+Green+Blue) = 237+205+232=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDE8 is #123217. Grayscale: #D9D9D9. Windows color (decimal): -1192472 or 15257069. OLE color: 15257069.

HSL color Cylindrical-coordinate representation of color #EDCDE8: hue angle of 309.38º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDE8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237205232-
CMYK00.140.020.07
HSL309.38º47.06%86.67%-
HSV(B)309.38º13.5%92.94%-
XYZ71.3267.4985.61-
YUV217.65136.1141.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=35.16%
G=30.42%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720523200.140.020.07309.3847.0686.67
HexEDCDE80E271352f57
Octal3553153500162746557127
Binary11101101110011011110100001110101111001101011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDE8; }

 p { color: rgb(237,205,232); }

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

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

 a { background-color: rgb(237,205,232); }

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

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

 span { border-color: rgb(237,205,232); }

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