#D3CECB

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

Shades of Swiss Coffee #D3CECB

Tints of Swiss Coffee #D3CECB

Color information

#D3CECB (or 0xD3CECB) is unknown color: approx Swiss Coffee. HEX triplet: D3, CE and CB. RGB value is (211,206,203). Sum of RGB (Red+Green+Blue) = 211+206+203=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CECB is #2C3134. Grayscale: #CFCFCF. Windows color (decimal): -2896181 or 13356755. OLE color: 13356755.

HSL color Cylindrical-coordinate representation of color #D3CECB: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CECB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211206203-
CMYK00.020.040.17
HSL22.5º8.33%81.18%-
HSV(B)22.5º3.79%82.75%-
XYZ59.7162.365.38-
YUV207.15125.66130.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.03%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=34.03%
G=33.23%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120620300.020.040.1722.58.3381.18
HexD3CECB0241117851
Octal323316313024212710121
Binary110100111100111011001011010100100011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CECB; }

 p { color: rgb(211,206,203); }

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

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

 a { background-color: rgb(211,206,203); }

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

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

 span { border-color: rgb(211,206,203); }

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