Html Css Color HEX #EDE6C7 Scotch Mist

📋 copy color: '#EDE6C7'

red 237 ◦ green 230 ◦ blue 199

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

Shades of Scotch Mist #EDE6C7

Tints of Scotch Mist #EDE6C7

RGB

 RED value IS 237 (92.97% from 255) = 35.59%

 GREEN value IS 230 (90.23% from 255) = 34.53%

 BLUE value IS 199 (78.13% from 255) = 29.88%

R = 35.59%
G = 34.53%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDE6C7 (or 0xEDE6C7) is known color: Scotch Mist. HEX triplet: ED, E6 and C7. RGB value is (237,230,199). Sum of RGB (Red+Green+Blue) = 237+230+199=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6C7 is #121938. Grayscale: #E4E4E4. Windows color (decimal): -1186105 or 13100781. OLE color: 13100781.

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

Color convert

RGB 237 230 199 -
CMYK 0 0.03 0.16 0.07
HSL 48.95º 0.51% 0.85% -
HSV(B) 48.95º 0.16% 0.93% -
XYZ 73.53 78.72 65.35 -
YUV 228.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 237 230 199 0 0.03 0.16 0.07 48.95 0.51 0.85
Hex ED E6 C7 0 3 10 7 31 33 55
Octal 355 346 307 0 3 20 7 61 63 125
Binary 11101101 11100110 11000111 0 11 10000 111 110001 110011 1010101

Color Harmonies of #EDE6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6C7

Black with #EDE6C7

Text Example


Text Example

White with #EDE6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6C7; }

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

 H1.HeaderClassName
 {
   color: #EDE6C7;
 }
 .AnyTagClassName
 {
   color: #EDE6C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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