#D6CFCC

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

Shades of Swiss Coffee #D6CFCC

Tints of Swiss Coffee #D6CFCC

Color information

#D6CFCC (or 0xD6CFCC) is unknown color: approx Swiss Coffee. HEX triplet: D6, CF and CC. RGB value is (214,207,204). Sum of RGB (Red+Green+Blue) = 214+207+204=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCC is #293033. Grayscale: #D0D0D0. Windows color (decimal): -2699316 or 13422550. OLE color: 13422550.

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

Color convert

RGB214207204-
CMYK00.030.050.16
HSL18º10.87%81.96%-
HSV(B)18º4.67%83.92%-
XYZ60.9463.2866.13-
YUV208.75125.32131.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=34.24%
G=33.12%
B=32.64%

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
Decimal21420720400.030.050.161810.8781.96
HexD6CFCC0351012b52
Octal326317314035202213122
Binary110101101100111111001100011101100001001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFCC; }

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

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

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

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

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

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

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

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