Html Css Color HEX #DDCDC6 Swiss Coffee

📋 copy color: '#DDCDC6'

red 221 ◦ green 205 ◦ blue 198

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

Shades of Swiss Coffee #DDCDC6

Tints of Swiss Coffee #DDCDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.73%

R = 35.42%
G = 32.85%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDCDC6 (or 0xDDCDC6) is known color: Swiss Coffee. HEX triplet: DD, CD and C6. RGB value is (221,205,198). Sum of RGB (Red+Green+Blue) = 221+205+198=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDC6 is #223239. Grayscale: #D1D1D1. Windows color (decimal): -2241082 or 13028829. OLE color: 13028829.

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

Color convert

RGB 221 205 198 -
CMYK 0 0.07 0.10 0.13
HSL 18.26º 0.25% 0.82% -
HSV(B) 18.26º 0.1% 0.87% -
XYZ 61.84 63.11 62.35 -
YUV 208.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 221 205 198 0 0.07 0.10 0.13 18.26 0.25 0.82
Hex DD CD C6 0 7 A D 12 19 52
Octal 335 315 306 0 7 12 15 22 31 122
Binary 11011101 11001101 11000110 0 111 1010 1101 10010 11001 1010010

Color Harmonies of #DDCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCDC6

Black with #DDCDC6

Text Example


Text Example

White with #DDCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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