Html Css Color HEX #EDE7CB Scotch Mist

📋 copy color: '#EDE7CB'

red 237 ◦ green 231 ◦ blue 203

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

Shades of Scotch Mist #EDE7CB

Tints of Scotch Mist #EDE7CB

RGB

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

 GREEN value IS 231 (90.63% 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 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

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

RGB 237 231 203 -
CMYK 0 0.03 0.14 0.07
HSL 49.41º 0.49% 0.86% -
HSV(B) 49.41º 0.14% 0.93% -
XYZ 74.28 79.47 67.92 -
YUV 229.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 237 231 203 0 0.03 0.14 0.07 49.41 0.49 0.86
Hex ED E7 CB 0 3 E 7 31 31 56
Octal 355 347 313 0 3 16 7 61 61 126
Binary 11101101 11100111 11001011 0 11 1110 111 110001 110001 1010110

Color Harmonies of #EDE7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7CB

Black with #EDE7CB

Text Example


Text Example

White with #EDE7CB

Text Example


Text Example

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