Html Css Color HEX #DDD3CC Swiss Coffee

📋 copy color: '#DDD3CC'

red 221 ◦ green 211 ◦ blue 204

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

Shades of Swiss Coffee #DDD3CC

Tints of Swiss Coffee #DDD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

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

R = 34.75%
G = 33.18%
B = 32.08%

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

#DDD3CC (or 0xDDD3CC) is known color: Swiss Coffee. HEX triplet: DD, D3 and CC. RGB value is (221,211,204). Sum of RGB (Red+Green+Blue) = 221+211+204=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3CC is #222C33. Grayscale: #D5D5D5. Windows color (decimal): -2239540 or 13423581. OLE color: 13423581.

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

Color convert

RGB 221 211 204 -
CMYK 0 0.05 0.08 0.13
HSL 24.71º 0.2% 0.83% -
HSV(B) 24.71º 0.08% 0.87% -
XYZ 64.01 66.32 66.55 -
YUV 213.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 221 211 204 0 0.05 0.08 0.13 24.71 0.2 0.83
Hex DD D3 CC 0 5 8 D 19 14 53
Octal 335 323 314 0 5 10 15 31 24 123
Binary 11011101 11010011 11001100 0 101 1000 1101 11001 10100 1010011

Color Harmonies of #DDD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3CC

Black with #DDD3CC

Text Example


Text Example

White with #DDD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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