#D8CECA

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

Shades of Swiss Coffee #D8CECA

Tints of Swiss Coffee #D8CECA

Color information

#D8CECA (or 0xD8CECA) is unknown color: approx Swiss Coffee. HEX triplet: D8, CE and CA. RGB value is (216,206,202). Sum of RGB (Red+Green+Blue) = 216+206+202=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CECA is #273135. Grayscale: #D0D0D0. Windows color (decimal): -2568502 or 13291224. OLE color: 13291224.

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

Color convert

RGB216206202-
CMYK00.050.060.15
HSL17.14º15.22%81.96%-
HSV(B)17.14º6.48%84.71%-
XYZ61.0563.0164.82-
YUV208.53124.31133.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.62%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=34.62%
G=33.01%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620620200.050.060.1517.1415.2281.96
HexD8CECA056F11f52
Octal330316312056172117122
Binary110110001100111011001010010111011111000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CECA; }

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

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

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

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

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

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

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

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