#EDCDF0

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

Shades of Snuff #EDCDF0

Tints of Snuff #EDCDF0

Color information

#EDCDF0 (or 0xEDCDF0) is unknown color: approx Snuff. HEX triplet: ED, CD and F0. RGB value is (237,205,240). Sum of RGB (Red+Green+Blue) = 237+205+240=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF0 is #12320F. Grayscale: #DADADA. Windows color (decimal): -1192464 or 15781357. OLE color: 15781357.

HSL color Cylindrical-coordinate representation of color #EDCDF0: hue angle of 294.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCDF0 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237205240-
CMYK0.010.1500.06
HSL294.86º53.85%87.25%-
HSV(B)294.86º14.58%94.12%-
XYZ72.4867.9691.74-
YUV218.56140.1141.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=34.75%
G=30.06%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372052400.010.1500.06294.8653.8587.25
HexEDCDF01F061273657
Octal3553153601170644766127
Binary1110110111001101111100001111101101001001111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDF0; }

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

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

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

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

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

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

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

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