#D9CFCA

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

Shades of Swiss Coffee #D9CFCA

Tints of Swiss Coffee #D9CFCA

Color information

#D9CFCA (or 0xD9CFCA) is unknown color: approx Swiss Coffee. HEX triplet: D9, CF and CA. RGB value is (217,207,202). Sum of RGB (Red+Green+Blue) = 217+207+202=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFCA is #263035. Grayscale: #D1D1D1. Windows color (decimal): -2502710 or 13291481. OLE color: 13291481.

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

Color convert

RGB217207202-
CMYK00.050.070.15
HSL20º16.48%82.16%-
HSV(B)20º6.91%85.1%-
XYZ61.5963.6464.92-
YUV209.42123.81133.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=34.66%
G=33.07%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720720200.050.070.152016.4882.16
HexD9CFCA057F141052
Octal331317312057172420122
Binary1101100111001111110010100101111111110100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFCA; }

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

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

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

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

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

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

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

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