Html Css Color HEX #DCCCC5 Swiss Coffee

📋 copy color: '#DCCCC5'

red 220 ◦ green 204 ◦ blue 197

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

Shades of Swiss Coffee #DCCCC5

Tints of Swiss Coffee #DCCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

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

R = 35.43%
G = 32.85%
B = 31.72%

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

#DCCCC5 (or 0xDCCCC5) is known color: Swiss Coffee. HEX triplet: DC, CC and C5. RGB value is (220,204,197). Sum of RGB (Red+Green+Blue) = 220+204+197=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC5 is #23333A. Grayscale: #D0D0D0. Windows color (decimal): -2306875 or 12963036. OLE color: 12963036.

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

Color convert

RGB 220 204 197 -
CMYK 0 0.07 0.10 0.14
HSL 18.26º 0.25% 0.82% -
HSV(B) 18.26º 0.1% 0.86% -
XYZ 61.19 62.43 61.65 -
YUV 207.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 220 204 197 0 0.07 0.10 0.14 18.26 0.25 0.82
Hex DC CC C5 0 7 A E 12 19 52
Octal 334 314 305 0 7 12 16 22 31 122
Binary 11011100 11001100 11000101 0 111 1010 1110 10010 11001 1010010

Color Harmonies of #DCCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCC5

Black with #DCCCC5

Text Example


Text Example

White with #DCCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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