Html Css Color HEX #EDE6CC Scotch Mist

📋 copy color: '#EDE6CC'

red 237 ◦ green 230 ◦ blue 204

#EDE6CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scotch Mist #EDE6CC

Tints of Scotch Mist #EDE6CC

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.4%

R = 35.32%
G = 34.28%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDE6CC (or 0xEDE6CC) is known color: 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

RGB 237 230 204 -
CMYK 0 0.03 0.14 0.07
HSL 47.27º 0.48% 0.86% -
HSV(B) 47.27º 0.14% 0.93% -
XYZ 74.12 78.96 68.46 -
YUV 229.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 237 230 204 0 0.03 0.14 0.07 47.27 0.48 0.86
Hex ED E6 CC 0 3 E 7 2F 30 56
Octal 355 346 314 0 3 16 7 57 60 126
Binary 11101101 11100110 11001100 0 11 1110 111 101111 110000 1010110

Color Harmonies of #EDE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6CC

Black with #EDE6CC

Text Example


Text Example

White with #EDE6CC

Text Example


Text Example

HTML Codes & Css Web 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>