#D9CECA

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

Shades of Swiss Coffee #D9CECA

Tints of Swiss Coffee #D9CECA

Color information

#D9CECA (or 0xD9CECA) is unknown color: approx Swiss Coffee. HEX triplet: D9, CE and CA. RGB value is (217,206,202). Sum of RGB (Red+Green+Blue) = 217+206+202=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CECA is #263135. Grayscale: #D0D0D0. Windows color (decimal): -2502966 or 13291225. OLE color: 13291225.

HSL color Cylindrical-coordinate representation of color #D9CECA: hue angle of 16º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CECA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217206202-
CMYK00.050.070.15
HSL16º16.48%82.16%-
HSV(B)16º6.91%85.1%-
XYZ61.3563.1664.83-
YUV208.83124.14133.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=34.72%
G=32.96%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720620200.050.070.151616.4882.16
HexD9CECA057F101052
Octal331316312057172020122
Binary1101100111001110110010100101111111110000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CECA; }

 p { color: rgb(217,206,202); }

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

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

 a { background-color: rgb(217,206,202); }

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

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

 span { border-color: rgb(217,206,202); }

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