Html Css Color HEX #DCCDC8 Swiss Coffee

📋 copy color: '#DCCDC8'

red 220 ◦ green 205 ◦ blue 200

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

Shades of Swiss Coffee #DCCDC8

Tints of Swiss Coffee #DCCDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32%

R = 35.2%
G = 32.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCCDC8 (or 0xDCCDC8) is known color: Swiss Coffee. HEX triplet: DC, CD and C8. RGB value is (220,205,200). Sum of RGB (Red+Green+Blue) = 220+205+200=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDC8 is #233237. Grayscale: #D0D0D0. Windows color (decimal): -2306616 or 13159900. OLE color: 13159900.

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

Color convert

RGB 220 205 200 -
CMYK 0 0.07 0.09 0.14
HSL 15º 0.22% 0.82% -
HSV(B) 15º 0.09% 0.86% -
XYZ 61.77 63.05 63.56 -
YUV 208.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 220 205 200 0 0.07 0.09 0.14 15 0.22 0.82
Hex DC CD C8 0 7 9 E F 16 52
Octal 334 315 310 0 7 11 16 17 26 122
Binary 11011100 11001101 11001000 0 111 1001 1110 1111 10110 1010010

Color Harmonies of #DCCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDC8

Black with #DCCDC8

Text Example


Text Example

White with #DCCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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