Html Css Color HEX #DCCDC5 Swiss Coffee

📋 copy color: '#DCCDC5'

red 220 ◦ green 205 ◦ blue 197

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

Shades of Swiss Coffee #DCCDC5

Tints of Swiss Coffee #DCCDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 35.37%
G = 32.96%
B = 31.67%

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

#DCCDC5 (or 0xDCCDC5) is known color: Swiss Coffee. HEX triplet: DC, CD and C5. RGB value is (220,205,197). Sum of RGB (Red+Green+Blue) = 220+205+197=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC5 is #23323A. Grayscale: #D0D0D0. Windows color (decimal): -2306619 or 12963292. OLE color: 12963292.

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

Color convert

RGB 220 205 197 -
CMYK 0 0.07 0.10 0.14
HSL 20.87º 0.25% 0.82% -
HSV(B) 20.87º 0.1% 0.86% -
XYZ 61.42 62.91 61.73 -
YUV 208.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 220 205 197 0 0.07 0.10 0.14 20.87 0.25 0.82
Hex DC CD C5 0 7 A E 15 19 52
Octal 334 315 305 0 7 12 16 25 31 122
Binary 11011100 11001101 11000101 0 111 1010 1110 10101 11001 1010010

Color Harmonies of #DCCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDC5

Black with #DCCDC5

Text Example


Text Example

White with #DCCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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