Html Css Color HEX #DDD1CC Swiss Coffee

📋 copy color: '#DDD1CC'

red 221 ◦ green 209 ◦ blue 204

#DDD1CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swiss Coffee #DDD1CC

Tints of Swiss Coffee #DDD1CC

RGB

 RED value IS 221 (86.72% from 255) = 34.86%

 GREEN value IS 209 (82.03% from 255) = 32.97%

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 34.86%
G = 32.97%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDD1CC (or 0xDDD1CC) is known color: Swiss Coffee. HEX triplet: DD, D1 and CC. RGB value is (221,209,204). Sum of RGB (Red+Green+Blue) = 221+209+204=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CC is #222E33. Grayscale: #D4D4D4. Windows color (decimal): -2240052 or 13423069. OLE color: 13423069.

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

Color convert

RGB 221 209 204 -
CMYK 0 0.05 0.08 0.13
HSL 17.65º 0.2% 0.83% -
HSV(B) 17.65º 0.08% 0.87% -
XYZ 63.52 65.33 66.39 -
YUV 212.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 221 209 204 0 0.05 0.08 0.13 17.65 0.2 0.83
Hex DD D1 CC 0 5 8 D 12 14 53
Octal 335 321 314 0 5 10 15 22 24 123
Binary 11011101 11010001 11001100 0 101 1000 1101 10010 10100 1010011

Color Harmonies of #DDD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1CC

Black with #DDD1CC

Text Example


Text Example

White with #DDD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1CC; }

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

 H1.HeaderClassName
 {
   color: #DDD1CC;
 }
 .AnyTagClassName
 {
   color: #DDD1CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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