Html Css Color HEX #DCCDC7 Swiss Coffee

📋 copy color: '#DCCDC7'

red 220 ◦ green 205 ◦ blue 199

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

Shades of Swiss Coffee #DCCDC7

Tints of Swiss Coffee #DCCDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.89%

R = 35.26%
G = 32.85%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCCDC7 (or 0xDCCDC7) is known color: Swiss Coffee. HEX triplet: DC, CD and C7. RGB value is (220,205,199). Sum of RGB (Red+Green+Blue) = 220+205+199=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC7 is #233238. Grayscale: #D0D0D0. Windows color (decimal): -2306617 or 13094364. OLE color: 13094364.

HSL color Cylindrical-coordinate representation of color #DCCDC7: hue angle of 17.14º degrees, saturation: 0.23, 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 #DCCDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 199 -
CMYK 0 0.07 0.10 0.14
HSL 17.14º 0.23% 0.82% -
HSV(B) 17.14º 0.1% 0.86% -
XYZ 61.66 63 62.94 -
YUV 208.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 220 205 199 0 0.07 0.10 0.14 17.14 0.23 0.82
Hex DC CD C7 0 7 A E 11 17 52
Octal 334 315 307 0 7 12 16 21 27 122
Binary 11011100 11001101 11000111 0 111 1010 1110 10001 10111 1010010

Color Harmonies of #DCCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDC7

Black with #DCCDC7

Text Example


Text Example

White with #DCCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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