#EDE7CE

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

Shades of Scotch Mist #EDE7CE

Tints of Scotch Mist #EDE7CE

Color information

#EDE7CE (or 0xEDE7CE) is unknown color: approx Scotch Mist. HEX triplet: ED, E7 and CE. RGB value is (237,231,206). Sum of RGB (Red+Green+Blue) = 237+231+206=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7CE is #121831. Grayscale: #E6E6E6. Windows color (decimal): -1185842 or 13559789. OLE color: 13559789.

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

Color convert

RGB237231206-
CMYK00.030.130.07
HSL48.39º46.27%86.86%-
HSV(B)48.39º13.08%92.94%-
XYZ74.6479.6169.83-
YUV229.94114.49133.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=35.16%
G=34.27%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723120600.030.130.0748.3946.2786.86
HexEDE7CE03D7302e57
Octal355347316031576056127
Binary11101101111001111100111001111011111100001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7CE; }

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

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

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

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

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

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

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

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