Html Css Color HEX #E1D0C6 Swiss Coffee

📋 copy color: '#E1D0C6'

red 225 ◦ green 208 ◦ blue 198

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

Shades of Swiss Coffee #E1D0C6

Tints of Swiss Coffee #E1D0C6

RGB

 RED value IS 225 (88.28% from 255) = 35.66%

 GREEN value IS 208 (81.64% from 255) = 32.96%

 BLUE value IS 198 (77.73% from 255) = 31.38%

R = 35.66%
G = 32.96%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E1D0C6 (or 0xE1D0C6) is known color: Swiss Coffee. HEX triplet: E1, D0 and C6. RGB value is (225,208,198). Sum of RGB (Red+Green+Blue) = 225+208+198=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0C6 is #1E2F39. Grayscale: #D4D4D4. Windows color (decimal): -1978170 or 13029601. OLE color: 13029601.

HSL color Cylindrical-coordinate representation of color #E1D0C6: hue angle of 22.22º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1D0C6 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 198 -
CMYK 0 0.08 0.12 0.12
HSL 22.22º 0.31% 0.83% -
HSV(B) 22.22º 0.12% 0.88% -
XYZ 63.8 65.2 62.65 -
YUV 211.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 225 208 198 0 0.08 0.12 0.12 22.22 0.31 0.83
Hex E1 D0 C6 0 8 C C 16 1F 53
Octal 341 320 306 0 10 14 14 26 37 123
Binary 11100001 11010000 11000110 0 1000 1100 1100 10110 11111 1010011

Color Harmonies of #E1D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D0C6

Black with #E1D0C6

Text Example


Text Example

White with #E1D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D0C6; }

 p { color: rgb(225,208,198); }

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

background-color css

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

 a { background-color: rgb(225,208,198); }

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

border-color css

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

 span { border-color: rgb(225,208,198); }

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