#D7CDC8

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

Shades of Swiss Coffee #D7CDC8

Tints of Swiss Coffee #D7CDC8

Color information

#D7CDC8 (or 0xD7CDC8) is unknown color: approx Swiss Coffee. HEX triplet: D7, CD and C8. RGB value is (215,205,200). Sum of RGB (Red+Green+Blue) = 215+205+200=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDC8 is #283237. Grayscale: #CFCFCF. Windows color (decimal): -2634296 or 13159895. OLE color: 13159895.

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

Color convert

RGB215205200-
CMYK00.050.070.16
HSL20º15.79%81.37%-
HSV(B)20º6.98%84.31%-
XYZ60.2862.2863.49-
YUV207.42123.81133.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=34.68%
G=33.06%
B=32.26%

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
Decimal21520520000.050.070.162015.7981.37
HexD7CDC805710141051
Octal327315310057202420121
Binary11010111110011011100100001011111000010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDC8; }

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

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

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

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

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

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

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

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