Html Css Color HEX #DDCDC4 Swiss Coffee

📋 copy color: '#DDCDC4'

red 221 ◦ green 205 ◦ blue 196

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

Shades of Swiss Coffee #DDCDC4

Tints of Swiss Coffee #DDCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.96%

 BLUE value IS 196 (76.95% from 255) = 31.51%

R = 35.53%
G = 32.96%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DDCDC4 (or 0xDDCDC4) is known color: Swiss Coffee. HEX triplet: DD, CD and C4. RGB value is (221,205,196). Sum of RGB (Red+Green+Blue) = 221+205+196=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC4 is #22323B. Grayscale: #D0D0D0. Windows color (decimal): -2241084 or 12897757. OLE color: 12897757.

HSL color Cylindrical-coordinate representation of color #DDCDC4: hue angle of 21.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 196 -
CMYK 0 0.07 0.11 0.13
HSL 21.6º 0.27% 0.82% -
HSV(B) 21.6º 0.11% 0.87% -
XYZ 61.61 63.02 61.14 -
YUV 208.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 221 205 196 0 0.07 0.11 0.13 21.6 0.27 0.82
Hex DD CD C4 0 7 B D 16 1B 52
Octal 335 315 304 0 7 13 15 26 33 122
Binary 11011101 11001101 11000100 0 111 1011 1101 10110 11011 1010010

Color Harmonies of #DDCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDC4

Black with #DDCDC4

Text Example


Text Example

White with #DDCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDC4; }

 p { color: rgb(221,205,196); }

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

background-color css

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

 a { background-color: rgb(221,205,196); }

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

border-color css

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

 span { border-color: rgb(221,205,196); }

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