#DDCEC8

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

Shades of Swiss Coffee #DDCEC8

Tints of Swiss Coffee #DDCEC8

Color information

#DDCEC8 (or 0xDDCEC8) is unknown color: approx Swiss Coffee. HEX triplet: DD, CE and C8. RGB value is (221,206,200). Sum of RGB (Red+Green+Blue) = 221+206+200=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEC8 is #223137. Grayscale: #D1D1D1. Windows color (decimal): -2240824 or 13160157. OLE color: 13160157.

HSL color Cylindrical-coordinate representation of color #DDCEC8: hue angle of 17.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCEC8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221206200-
CMYK00.070.100.13
HSL17.14º23.6%82.55%-
HSV(B)17.14º9.5%86.67%-
XYZ62.3263.6863.65-
YUV209.8122.47135.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=35.25%
G=32.85%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120620000.070.100.1317.1423.682.55
HexDDCEC807AD111853
Octal3353163100712152130123
Binary11011101110011101100100001111010110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEC8; }

 p { color: rgb(221,206,200); }

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

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

 a { background-color: rgb(221,206,200); }

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

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

 span { border-color: rgb(221,206,200); }

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