#DED2CB

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

Shades of Swiss Coffee #DED2CB

Tints of Swiss Coffee #DED2CB

Color information

#DED2CB (or 0xDED2CB) is unknown color: approx Swiss Coffee. HEX triplet: DE, D2 and CB. RGB value is (222,210,203). Sum of RGB (Red+Green+Blue) = 222+210+203=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CB is #212D34. Grayscale: #D4D4D4. Windows color (decimal): -2174261 or 13357790. OLE color: 13357790.

HSL color Cylindrical-coordinate representation of color #DED2CB: hue angle of 22.11º 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 #DED2CB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB222210203-
CMYK00.050.090.13
HSL22.11º22.35%83.33%-
HSV(B)22.11º8.56%87.06%-
XYZ63.9565.9365.86-
YUV212.79122.48134.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=34.96%
G=33.07%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221020300.050.090.1322.1122.3583.33
HexDED2CB059D161653
Octal3363223130511152626123
Binary11011110110100101100101101011001110110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2CB; }

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

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

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

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

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

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

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

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