#E0D2CB

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

Shades of Swiss Coffee #E0D2CB

Tints of Swiss Coffee #E0D2CB

Color information

#E0D2CB (or 0xE0D2CB) is unknown color: approx Swiss Coffee. HEX triplet: E0, D2 and CB. RGB value is (224,210,203). Sum of RGB (Red+Green+Blue) = 224+210+203=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2CB is #1F2D34. Grayscale: #D5D5D5. Windows color (decimal): -2043189 or 13357792. OLE color: 13357792.

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

Color convert

RGB224210203-
CMYK00.060.090.12
HSL20º25.3%83.73%-
HSV(B)20º9.38%87.84%-
XYZ64.5766.2565.88-
YUV213.39122.14135.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=35.16%
G=32.97%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421020300.060.090.122025.383.73
HexE0D2CB069C141954
Octal3403223130611142431124
Binary11100000110100101100101101101001110010100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2CB; }

 p { color: rgb(224,210,203); }

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

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

 a { background-color: rgb(224,210,203); }

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

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

 span { border-color: rgb(224,210,203); }

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