#E0CFC8

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

Shades of Swiss Coffee #E0CFC8

Tints of Swiss Coffee #E0CFC8

Color information

#E0CFC8 (or 0xE0CFC8) is unknown color: approx Swiss Coffee. HEX triplet: E0, CF and C8. RGB value is (224,207,200). Sum of RGB (Red+Green+Blue) = 224+207+200=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFC8 is #1F3037. Grayscale: #D3D3D3. Windows color (decimal): -2043960 or 13160416. OLE color: 13160416.

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

Color convert

RGB224207200-
CMYK00.080.110.12
HSL17.5º27.91%83.14%-
HSV(B)17.5º10.71%87.84%-
XYZ63.4864.6463.78-
YUV211.28121.63137.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=35.50%
G=32.81%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420720000.080.110.1217.527.9183.14
HexE0CFC808BC121c53
Octal34031731001013142234123
Binary111000001100111111001000010001011110010010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFC8; }

 p { color: rgb(224,207,200); }

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

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

 a { background-color: rgb(224,207,200); }

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

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

 span { border-color: rgb(224,207,200); }

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