#DED1CB

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

Shades of Swiss Coffee #DED1CB

Tints of Swiss Coffee #DED1CB

Color information

#DED1CB (or 0xDED1CB) is unknown color: approx Swiss Coffee. HEX triplet: DE, D1 and CB. RGB value is (222,209,203). Sum of RGB (Red+Green+Blue) = 222+209+203=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CB is #212E34. Grayscale: #D4D4D4. Windows color (decimal): -2174517 or 13357534. OLE color: 13357534.

HSL color Cylindrical-coordinate representation of color #DED1CB: hue angle of 18.95º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED1CB is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222209203-
CMYK00.060.090.13
HSL18.95º22.35%83.33%-
HSV(B)18.95º8.56%87.06%-
XYZ63.765.4465.77-
YUV212.2122.81134.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=35.02%
G=32.97%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220920300.060.090.1318.9522.3583.33
HexDED1CB069D131653
Octal3363213130611152326123
Binary11011110110100011100101101101001110110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1CB; }

 p { color: rgb(222,209,203); }

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

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

 a { background-color: rgb(222,209,203); }

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

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

 span { border-color: rgb(222,209,203); }

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