Html Css Color HEX #DFCFC6 Swiss Coffee

📋 copy color: '#DFCFC6'

red 223 ◦ green 207 ◦ blue 198

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

Shades of Swiss Coffee #DFCFC6

Tints of Swiss Coffee #DFCFC6

RGB

 RED value IS 223 (87.5% from 255) = 35.51%

 GREEN value IS 207 (81.25% from 255) = 32.96%

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

R = 35.51%
G = 32.96%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DFCFC6 (or 0xDFCFC6) is known color: Swiss Coffee. HEX triplet: DF, CF and C6. RGB value is (223,207,198). Sum of RGB (Red+Green+Blue) = 223+207+198=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFC6 is #203039. Grayscale: #D2D2D2. Windows color (decimal): -2109498 or 13029343. OLE color: 13029343.

HSL color Cylindrical-coordinate representation of color #DFCFC6: hue angle of 21.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCFC6 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 198 -
CMYK 0 0.07 0.11 0.13
HSL 21.6º 0.28% 0.83% -
HSV(B) 21.6º 0.11% 0.87% -
XYZ 62.94 64.39 62.54 -
YUV 210.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 223 207 198 0 0.07 0.11 0.13 21.6 0.28 0.83
Hex DF CF C6 0 7 B D 16 1C 53
Octal 337 317 306 0 7 13 15 26 34 123
Binary 11011111 11001111 11000110 0 111 1011 1101 10110 11100 1010011

Color Harmonies of #DFCFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFC6

Black with #DFCFC6

Text Example


Text Example

White with #DFCFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFC6; }

 p { color: rgb(223,207,198); }

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

background-color css

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

 a { background-color: rgb(223,207,198); }

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

border-color css

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

 span { border-color: rgb(223,207,198); }

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