#D7CCC8

Color #D7CCC8 Swiss Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swiss Coffee #D7CCC8

Tints of Swiss Coffee #D7CCC8

Color information

#D7CCC8 (or 0xD7CCC8) is unknown color: approx Swiss Coffee. HEX triplet: D7, CC and C8. RGB value is (215,204,200). Sum of RGB (Red+Green+Blue) = 215+204+200=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCC8 is #283337. Grayscale: #CECECE. Windows color (decimal): -2634552 or 13159639. OLE color: 13159639.

HSL color Cylindrical-coordinate representation of color #D7CCC8: hue angle of 16º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CCC8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215204200-
CMYK00.050.070.16
HSL16º15.79%81.37%-
HSV(B)16º6.98%84.31%-
XYZ60.0461.863.41-
YUV206.83124.14133.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=34.73%
G=32.96%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520420000.050.070.161615.7981.37
HexD7CCC805710101051
Octal327314310057202020121
Binary11010111110011001100100001011111000010000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCC8; }

 p { color: rgb(215,204,200); }

 H1.HeaderClassName
 {
   color: #D7CCC8;
 }
 .AnyTagClassName
 {
   color: #D7CCC8;
 }
</style>
background-color css

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

 a { background-color: rgb(215,204,200); }

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

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

 span { border-color: rgb(215,204,200); }

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