#D8CFCA

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

Shades of Swiss Coffee #D8CFCA

Tints of Swiss Coffee #D8CFCA

Color information

#D8CFCA (or 0xD8CFCA) is unknown color: approx Swiss Coffee. HEX triplet: D8, CF and CA. RGB value is (216,207,202). Sum of RGB (Red+Green+Blue) = 216+207+202=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFCA is #273035. Grayscale: #D1D1D1. Windows color (decimal): -2568246 or 13291480. OLE color: 13291480.

HSL color Cylindrical-coordinate representation of color #D8CFCA: hue angle of 21.43º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CFCA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216207202-
CMYK00.040.060.15
HSL21.43º15.22%81.96%-
HSV(B)21.43º6.48%84.71%-
XYZ61.2963.4964.9-
YUV209.12123.98132.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=34.56%
G=33.12%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620720200.040.060.1521.4315.2281.96
HexD8CFCA046F15f52
Octal330317312046172517122
Binary110110001100111111001010010011011111010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFCA; }

 p { color: rgb(216,207,202); }

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

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

 a { background-color: rgb(216,207,202); }

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

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

 span { border-color: rgb(216,207,202); }

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