Html Css Color HEX #DCCDC6 Swiss Coffee

📋 copy color: '#DCCDC6'

red 220 ◦ green 205 ◦ blue 198

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

Shades of Swiss Coffee #DCCDC6

Tints of Swiss Coffee #DCCDC6

RGB

 RED value IS 220 (86.33% from 255) = 35.31%

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

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

R = 35.31%
G = 32.91%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCCDC6 (or 0xDCCDC6) is known color: Swiss Coffee. HEX triplet: DC, CD and C6. RGB value is (220,205,198). Sum of RGB (Red+Green+Blue) = 220+205+198=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC6 is #233239. Grayscale: #D0D0D0. Windows color (decimal): -2306618 or 13028828. OLE color: 13028828.

HSL color Cylindrical-coordinate representation of color #DCCDC6: hue angle of 19.09º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCDC6 is Cyan = 0, Magento = 0.07, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 198 -
CMYK 0 0.07 0.1 0.14
HSL 19.09º 0.24% 0.82% -
HSV(B) 19.09º 0.1% 0.86% -
XYZ 61.54 62.96 62.33 -
YUV 208.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 220 205 198 0 0.07 0.1 0.14 19.09 0.24 0.82
Hex DC CD C6 0 7 A E 13 18 52
Octal 334 315 306 0 7 12 16 23 30 122
Binary 11011100 11001101 11000110 0 111 1010 1110 10011 11000 1010010

Color Harmonies of #DCCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDC6

Black with #DCCDC6

Text Example


Text Example

White with #DCCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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