#EDE6CC

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

Shades of Scotch Mist #EDE6CC

Tints of Scotch Mist #EDE6CC

Color information

#EDE6CC (or 0xEDE6CC) is unknown color: approx Scotch Mist. HEX triplet: ED, E6 and CC. RGB value is (237,230,204). Sum of RGB (Red+Green+Blue) = 237+230+204=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6CC is #121933. Grayscale: #E5E5E5. Windows color (decimal): -1186100 or 13428461. OLE color: 13428461.

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

Color convert

RGB237230204-
CMYK00.030.140.07
HSL47.27º47.83%86.47%-
HSV(B)47.27º13.92%92.94%-
XYZ74.1278.9668.46-
YUV229.13113.82133.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=35.32%
G=34.28%
B=30.40%

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
Decimal23723020400.030.140.0747.2747.8386.47
HexEDE6CC03E72f3056
Octal355346314031675760126
Binary11101101111001101100110001111101111011111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6CC; }

 p { color: rgb(237,230,204); }

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

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

 a { background-color: rgb(237,230,204); }

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

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

 span { border-color: rgb(237,230,204); }

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