Html Css Color HEX #EEE8CD Scotch Mist

📋 copy color: '#EEE8CD'

red 238 ◦ green 232 ◦ blue 205

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

Shades of Scotch Mist #EEE8CD

Tints of Scotch Mist #EEE8CD

RGB

 RED value IS 238 (93.36% from 255) = 35.26%

 GREEN value IS 232 (91.02% from 255) = 34.37%

 BLUE value IS 205 (80.47% from 255) = 30.37%

R = 35.26%
G = 34.37%
B = 30.37%

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

#EEE8CD (or 0xEEE8CD) is known color: Scotch Mist. HEX triplet: EE, E8 and CD. RGB value is (238,232,205). Sum of RGB (Red+Green+Blue) = 238+232+205=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8CD is #111732. Grayscale: #E6E6E6. Windows color (decimal): -1120051 or 13494510. OLE color: 13494510.

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

Color convert

RGB 238 232 205 -
CMYK 0 0.03 0.14 0.07
HSL 49.09º 0.49% 0.87% -
HSV(B) 49.09º 0.14% 0.93% -
XYZ 75.14 80.3 69.3 -
YUV 230.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 238 232 205 0 0.03 0.14 0.07 49.09 0.49 0.87
Hex EE E8 CD 0 3 E 7 31 31 57
Octal 356 350 315 0 3 16 7 61 61 127
Binary 11101110 11101000 11001101 0 11 1110 111 110001 110001 1010111

Color Harmonies of #EEE8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE8CD

Black with #EEE8CD

Text Example


Text Example

White with #EEE8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE8CD; }

 p { color: rgb(238,232,205); }

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

background-color css

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

 a { background-color: rgb(238,232,205); }

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

border-color css

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

 span { border-color: rgb(238,232,205); }

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