#D5CCC8

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

Shades of Swiss Coffee #D5CCC8

Tints of Swiss Coffee #D5CCC8

Color information

#D5CCC8 (or 0xD5CCC8) is unknown color: approx Swiss Coffee. HEX triplet: D5, CC and C8. RGB value is (213,204,200). Sum of RGB (Red+Green+Blue) = 213+204+200=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCC8 is #2A3337. Grayscale: #CECECE. Windows color (decimal): -2765624 or 13159637. OLE color: 13159637.

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

Color convert

RGB213204200-
CMYK00.040.060.16
HSL18.46º13.4%80.98%-
HSV(B)18.46º6.1%83.53%-
XYZ59.4661.563.38-
YUV206.24124.48132.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=34.52%
G=33.06%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320420000.040.060.1618.4613.480.98
HexD5CCC80461012d51
Octal325314310046202215121
Binary1101010111001100110010000100110100001001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCC8; }

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

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

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

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

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

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

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

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