#DED3CC

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

Shades of Swiss Coffee #DED3CC

Tints of Swiss Coffee #DED3CC

Color information

#DED3CC (or 0xDED3CC) is unknown color: approx Swiss Coffee. HEX triplet: DE, D3 and CC. RGB value is (222,211,204). Sum of RGB (Red+Green+Blue) = 222+211+204=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3CC is #212C33. Grayscale: #D5D5D5. Windows color (decimal): -2174004 or 13423582. OLE color: 13423582.

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

Color convert

RGB222211204-
CMYK00.050.080.13
HSL23.33º21.43%83.53%-
HSV(B)23.33º8.11%87.06%-
XYZ64.3266.4866.57-
YUV213.49122.64134.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=34.85%
G=33.12%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221120400.050.080.1323.3321.4383.53
HexDED3CC058D171554
Octal3363233140510152725124
Binary11011110110100111100110001011000110110111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED3CC; }

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

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

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

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

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

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

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

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