#EDE7CD

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

Shades of Scotch Mist #EDE7CD

Tints of Scotch Mist #EDE7CD

Color information

#EDE7CD (or 0xEDE7CD) is unknown color: approx Scotch Mist. HEX triplet: ED, E7 and CD. RGB value is (237,231,205). Sum of RGB (Red+Green+Blue) = 237+231+205=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7CD is #121832. Grayscale: #E5E5E5. Windows color (decimal): -1185843 or 13494253. OLE color: 13494253.

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

Color convert

RGB237231205-
CMYK00.030.140.07
HSL48.75º47.06%86.67%-
HSV(B)48.75º13.5%92.94%-
XYZ74.5279.5669.19-
YUV229.83113.99133.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=35.22%
G=34.32%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723120500.030.140.0748.7547.0686.67
HexEDE7CD03E7312f57
Octal355347315031676157127
Binary11101101111001111100110101111101111100011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7CD; }

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

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

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

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

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

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

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

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