Html Css Color HEX #EDE6CB Scotch Mist

📋 copy color: '#EDE6CB'

red 237 ◦ green 230 ◦ blue 203

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

Shades of Scotch Mist #EDE6CB

Tints of Scotch Mist #EDE6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.3%

R = 35.37%
G = 34.33%
B = 30.3%

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

#EDE6CB (or 0xEDE6CB) is known color: Scotch Mist. HEX triplet: ED, E6 and CB. RGB value is (237,230,203). Sum of RGB (Red+Green+Blue) = 237+230+203=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6CB is #121934. Grayscale: #E5E5E5. Windows color (decimal): -1186101 or 13362925. OLE color: 13362925.

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

Color convert

RGB 237 230 203 -
CMYK 0 0.03 0.14 0.07
HSL 47.65º 0.49% 0.86% -
HSV(B) 47.65º 0.14% 0.93% -
XYZ 74 78.91 67.83 -
YUV 229.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 237 230 203 0 0.03 0.14 0.07 47.65 0.49 0.86
Hex ED E6 CB 0 3 E 7 30 31 56
Octal 355 346 313 0 3 16 7 60 61 126
Binary 11101101 11100110 11001011 0 11 1110 111 110000 110001 1010110

Color Harmonies of #EDE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6CB

Black with #EDE6CB

Text Example


Text Example

White with #EDE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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