#D9CFCB

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

Shades of Swiss Coffee #D9CFCB

Tints of Swiss Coffee #D9CFCB

Color information

#D9CFCB (or 0xD9CFCB) is unknown color: approx Swiss Coffee. HEX triplet: D9, CF and CB. RGB value is (217,207,203). Sum of RGB (Red+Green+Blue) = 217+207+203=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFCB is #263034. Grayscale: #D1D1D1. Windows color (decimal): -2502709 or 13357017. OLE color: 13357017.

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

Color convert

RGB217207203-
CMYK00.050.060.15
HSL17.14º15.56%82.35%-
HSV(B)17.14º6.45%85.1%-
XYZ61.7163.6965.54-
YUV209.53124.31133.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=34.61%
G=33.01%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720720300.050.060.1517.1415.5682.35
HexD9CFCB056F111052
Octal331317313056172120122
Binary1101100111001111110010110101110111110001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFCB; }

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

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

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

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

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

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

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

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