#D6D0CC

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

Shades of Swiss Coffee #D6D0CC

Tints of Swiss Coffee #D6D0CC

Color information

#D6D0CC (or 0xD6D0CC) is unknown color: approx Swiss Coffee. HEX triplet: D6, D0 and CC. RGB value is (214,208,204). Sum of RGB (Red+Green+Blue) = 214+208+204=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CC is #292F33. Grayscale: #D1D1D1. Windows color (decimal): -2699060 or 13422806. OLE color: 13422806.

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

Color convert

RGB214208204-
CMYK00.030.050.16
HSL24º10.87%81.96%-
HSV(B)24º4.67%83.92%-
XYZ61.1963.7766.21-
YUV209.34124.99131.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=34.19%
G=33.23%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420820400.030.050.162410.8781.96
HexD6D0CC0351018b52
Octal326320314035203013122
Binary110101101101000011001100011101100001100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0CC; }

 p { color: rgb(214,208,204); }

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

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

 a { background-color: rgb(214,208,204); }

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

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

 span { border-color: rgb(214,208,204); }

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