#ECE6CC

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

Shades of Scotch Mist #ECE6CC

Tints of Scotch Mist #ECE6CC

Color information

#ECE6CC (or 0xECE6CC) is unknown color: approx Scotch Mist. HEX triplet: EC, E6 and CC. RGB value is (236,230,204). Sum of RGB (Red+Green+Blue) = 236+230+204=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CC is #131933. Grayscale: #E4E4E4. Windows color (decimal): -1251636 or 13428460. OLE color: 13428460.

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

Color convert

RGB236230204-
CMYK00.030.140.07
HSL48.75º45.71%86.27%-
HSV(B)48.75º13.56%92.55%-
XYZ73.7978.7968.44-
YUV228.83113.99133.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=35.22%
G=34.33%
B=30.45%

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
Decimal23623020400.030.140.0748.7545.7186.27
HexECE6CC03E7312e56
Octal354346314031676156126
Binary11101100111001101100110001111101111100011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6CC; }

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

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

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

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

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

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

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

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