#D4CECB

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

Shades of Swiss Coffee #D4CECB

Tints of Swiss Coffee #D4CECB

Color information

#D4CECB (or 0xD4CECB) is unknown color: approx Swiss Coffee. HEX triplet: D4, CE and CB. RGB value is (212,206,203). Sum of RGB (Red+Green+Blue) = 212+206+203=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CECB is #2B3134. Grayscale: #CFCFCF. Windows color (decimal): -2830645 or 13356756. OLE color: 13356756.

HSL color Cylindrical-coordinate representation of color #D4CECB: hue angle of 20º degrees, saturation: 0.09, 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 #D4CECB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212206203-
CMYK00.030.040.17
HSL20º9.47%81.37%-
HSV(B)20º4.25%83.14%-
XYZ6062.4565.39-
YUV207.45125.49131.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=34.14%
G=33.17%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220620300.030.040.17209.4781.37
HexD4CECB0341114951
Octal324316313034212411121
Binary110101001100111011001011011100100011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CECB; }

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

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

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

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

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

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

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

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