#EDE7CB

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

Shades of Scotch Mist #EDE7CB

Tints of Scotch Mist #EDE7CB

Color information

#EDE7CB (or 0xEDE7CB) is unknown color: approx Scotch Mist. HEX triplet: ED, E7 and CB. RGB value is (237,231,203). Sum of RGB (Red+Green+Blue) = 237+231+203=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7CB is #121834. Grayscale: #E5E5E5. Windows color (decimal): -1185845 or 13363181. OLE color: 13363181.

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

Color convert

RGB237231203-
CMYK00.030.140.07
HSL49.41º48.57%86.27%-
HSV(B)49.41º14.35%92.94%-
XYZ74.2879.4767.92-
YUV229.6112.99133.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=35.32%
G=34.43%
B=30.25%

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
Decimal23723120300.030.140.0749.4148.5786.27
HexEDE7CB03E7313156
Octal355347313031676161126
Binary11101101111001111100101101111101111100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7CB; }

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

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

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

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

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

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

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

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