#E1D2CA

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

Shades of Swiss Coffee #E1D2CA

Tints of Swiss Coffee #E1D2CA

Color information

#E1D2CA (or 0xE1D2CA) is unknown color: approx Swiss Coffee. HEX triplet: E1, D2 and CA. RGB value is (225,210,202). Sum of RGB (Red+Green+Blue) = 225+210+202=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2CA is #1E2D35. Grayscale: #D5D5D5. Windows color (decimal): -1977654 or 13292257. OLE color: 13292257.

HSL color Cylindrical-coordinate representation of color #E1D2CA: hue angle of 20.87º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D2CA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225210202-
CMYK00.070.100.12
HSL20.87º27.71%83.73%-
HSV(B)20.87º10.22%88.24%-
XYZ64.7666.3765.27-
YUV213.57121.47136.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=35.32%
G=32.97%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521020200.070.100.1220.8727.7183.73
HexE1D2CA07AC151c54
Octal3413223120712142534124
Binary11100001110100101100101001111010110010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D2CA; }

 p { color: rgb(225,210,202); }

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

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

 a { background-color: rgb(225,210,202); }

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

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

 span { border-color: rgb(225,210,202); }

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