#DECCC4

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

Shades of Swiss Coffee #DECCC4

Tints of Swiss Coffee #DECCC4

Color information

#DECCC4 (or 0xDECCC4) is unknown color: approx Swiss Coffee. HEX triplet: DE, CC and C4. RGB value is (222,204,196). Sum of RGB (Red+Green+Blue) = 222+204+196=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCC4 is #21333B. Grayscale: #D0D0D0. Windows color (decimal): -2175804 or 12897502. OLE color: 12897502.

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

Color convert

RGB222204196-
CMYK00.080.120.13
HSL18.46º28.26%81.96%-
HSV(B)18.46º11.71%87.06%-
XYZ61.6862.761.08-
YUV208.47120.96137.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=35.69%
G=32.80%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220419600.080.120.1318.4628.2681.96
HexDECCC408CD121c52
Octal33631430401014152234122
Binary110111101100110011000100010001100110110010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCC4; }

 p { color: rgb(222,204,196); }

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

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

 a { background-color: rgb(222,204,196); }

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

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

 span { border-color: rgb(222,204,196); }

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