#D1CECC

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

Shades of Swiss Coffee #D1CECC

Tints of Swiss Coffee #D1CECC

Color information

#D1CECC (or 0xD1CECC) is unknown color: approx Swiss Coffee. HEX triplet: D1, CE and CC. RGB value is (209,206,204). Sum of RGB (Red+Green+Blue) = 209+206+204=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CECC is #2E3133. Grayscale: #CECECE. Windows color (decimal): -3027252 or 13422289. OLE color: 13422289.

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

Color convert

RGB209206204-
CMYK00.010.020.18
HSL24º5.15%80.98%-
HSV(B)24º2.39%81.96%-
XYZ59.2662.0665.98-
YUV206.67126.49129.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=33.76%
G=33.28%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920620400.010.020.18245.1580.98
HexD1CECC0121218551
Octal32131631401222305121
Binary110100011100111011001100011010010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CECC; }

 p { color: rgb(209,206,204); }

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

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

 a { background-color: rgb(209,206,204); }

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

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

 span { border-color: rgb(209,206,204); }

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