#E0D3CE

Color #E0D3CE Swiss Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swiss Coffee #E0D3CE

Tints of Swiss Coffee #E0D3CE

Color information

#E0D3CE (or 0xE0D3CE) is unknown color: approx Swiss Coffee. HEX triplet: E0, D3 and CE. RGB value is (224,211,206). Sum of RGB (Red+Green+Blue) = 224+211+206=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D3CE is #1F2C31. Grayscale: #D6D6D6. Windows color (decimal): -2042930 or 13554656. OLE color: 13554656.

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

Color convert

RGB224211206-
CMYK00.060.080.12
HSL16.67º22.5%84.31%-
HSV(B)16.67º8.04%87.84%-
XYZ65.1866.8967.87-
YUV214.32123.31134.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=34.95%
G=32.92%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421120600.060.080.1216.6722.584.31
HexE0D3CE068C111754
Octal3403233160610142127124
Binary11100000110100111100111001101000110010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3CE; }

 p { color: rgb(224,211,206); }

 H1.HeaderClassName
 {
   color: #E0D3CE;
 }
 .AnyTagClassName
 {
   color: #E0D3CE;
 }
</style>
background-color css

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

 a { background-color: rgb(224,211,206); }

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

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

 span { border-color: rgb(224,211,206); }

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