#D9CBC6

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

Shades of Swiss Coffee #D9CBC6

Tints of Swiss Coffee #D9CBC6

Color information

#D9CBC6 (or 0xD9CBC6) is unknown color: approx Swiss Coffee. HEX triplet: D9, CB and C6. RGB value is (217,203,198). Sum of RGB (Red+Green+Blue) = 217+203+198=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBC6 is #263439. Grayscale: #CECECE. Windows color (decimal): -2503738 or 13028313. OLE color: 13028313.

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

Color convert

RGB217203198-
CMYK00.060.090.15
HSL15.79º20%81.37%-
HSV(B)15.79º8.76%85.1%-
XYZ60.1661.5462.13-
YUV206.62123.14135.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=35.11%
G=32.85%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720319800.060.090.1515.792081.37
HexD9CBC6069F101451
Octal3313133060611172024121
Binary11011001110010111100011001101001111110000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBC6; }

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

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

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

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

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

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

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

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