Html Css Color HEX #DCCCC7 Swiss Coffee

📋 copy color: '#DCCCC7'

red 220 ◦ green 204 ◦ blue 199

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

Shades of Swiss Coffee #DCCCC7

Tints of Swiss Coffee #DCCCC7

RGB

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

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

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

R = 35.31%
G = 32.74%
B = 31.94%

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

#DCCCC7 (or 0xDCCCC7) is known color: Swiss Coffee. HEX triplet: DC, CC and C7. RGB value is (220,204,199). Sum of RGB (Red+Green+Blue) = 220+204+199=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC7 is #233338. Grayscale: #D0D0D0. Windows color (decimal): -2306873 or 13094108. OLE color: 13094108.

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

Color convert

RGB 220 204 199 -
CMYK 0 0.07 0.10 0.14
HSL 14.29º 0.23% 0.82% -
HSV(B) 14.29º 0.1% 0.86% -
XYZ 61.42 62.52 62.86 -
YUV 208.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 220 204 199 0 0.07 0.10 0.14 14.29 0.23 0.82
Hex DC CC C7 0 7 A E E 17 52
Octal 334 314 307 0 7 12 16 16 27 122
Binary 11011100 11001100 11000111 0 111 1010 1110 1110 10111 1010010

Color Harmonies of #DCCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCC7

Black with #DCCCC7

Text Example


Text Example

White with #DCCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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