#D5CECB

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

Shades of Swiss Coffee #D5CECB

Tints of Swiss Coffee #D5CECB

Color information

#D5CECB (or 0xD5CECB) is unknown color: approx Swiss Coffee. HEX triplet: D5, CE and CB. RGB value is (213,206,203). Sum of RGB (Red+Green+Blue) = 213+206+203=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CECB is #2A3134. Grayscale: #CFCFCF. Windows color (decimal): -2765109 or 13356757. OLE color: 13356757.

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

Color convert

RGB213206203-
CMYK00.030.050.16
HSL18º10.64%81.57%-
HSV(B)18º4.69%83.53%-
XYZ60.2962.665.41-
YUV207.75125.32131.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 203 (79.69% 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
Decimal21320620300.030.050.161810.6481.57
HexD5CECB0351012b52
Octal325316313035202213122
Binary110101011100111011001011011101100001001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CECB; }

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

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

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

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

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

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

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

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