Html Css Color HEX #DCCCC6 Swiss Coffee

📋 copy color: '#DCCCC6'

red 220 ◦ green 204 ◦ blue 198

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

Shades of Swiss Coffee #DCCCC6

Tints of Swiss Coffee #DCCCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.83%

R = 35.37%
G = 32.8%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCCCC6 (or 0xDCCCC6) is known color: Swiss Coffee. HEX triplet: DC, CC and C6. RGB value is (220,204,198). Sum of RGB (Red+Green+Blue) = 220+204+198=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCC6 is #233339. Grayscale: #D0D0D0. Windows color (decimal): -2306874 or 13028572. OLE color: 13028572.

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

Color convert

RGB 220 204 198 -
CMYK 0 0.07 0.1 0.14
HSL 16.36º 0.24% 0.82% -
HSV(B) 16.36º 0.1% 0.86% -
XYZ 61.3 62.48 62.25 -
YUV 208.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 220 204 198 0 0.07 0.1 0.14 16.36 0.24 0.82
Hex DC CC C6 0 7 A E 10 18 52
Octal 334 314 306 0 7 12 16 20 30 122
Binary 11011100 11001100 11000110 0 111 1010 1110 10000 11000 1010010

Color Harmonies of #DCCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCC6

Black with #DCCCC6

Text Example


Text Example

White with #DCCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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