#DDCCC3

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

Shades of Swiss Coffee #DDCCC3

Tints of Swiss Coffee #DDCCC3

Color information

#DDCCC3 (or 0xDDCCC3) is unknown color: approx Swiss Coffee. HEX triplet: DD, CC and C3. RGB value is (221,204,195). Sum of RGB (Red+Green+Blue) = 221+204+195=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC3 is #22333C. Grayscale: #D0D0D0. Windows color (decimal): -2241341 or 12831965. OLE color: 12831965.

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

Color convert

RGB221204195-
CMYK00.080.120.13
HSL20.77º27.66%81.57%-
HSV(B)20.77º11.76%86.67%-
XYZ61.2662.560.46-
YUV208.06120.63137.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=35.65%
G=32.90%
B=31.45%

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
Decimal22120419500.080.120.1320.7727.6681.57
HexDDCCC308CD151c52
Octal33531430301014152534122
Binary110111011100110011000011010001100110110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCC3; }

 p { color: rgb(221,204,195); }

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

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

 a { background-color: rgb(221,204,195); }

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

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

 span { border-color: rgb(221,204,195); }

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