#D5CDC8

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

Shades of Swiss Coffee #D5CDC8

Tints of Swiss Coffee #D5CDC8

Color information

#D5CDC8 (or 0xD5CDC8) is unknown color: approx Swiss Coffee. HEX triplet: D5, CD and C8. RGB value is (213,205,200). Sum of RGB (Red+Green+Blue) = 213+205+200=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDC8 is #2A3237. Grayscale: #CECECE. Windows color (decimal): -2765368 or 13159893. OLE color: 13159893.

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

Color convert

RGB213205200-
CMYK00.040.060.16
HSL23.08º13.4%80.98%-
HSV(B)23.08º6.1%83.53%-
XYZ59.761.9863.46-
YUV206.82124.15132.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=34.47%
G=33.17%
B=32.36%

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
Decimal21320520000.040.060.1623.0813.480.98
HexD5CDC80461017d51
Octal325315310046202715121
Binary1101010111001101110010000100110100001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDC8; }

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

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

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

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

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

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

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

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