#D6CECA

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

Shades of Swiss Coffee #D6CECA

Tints of Swiss Coffee #D6CECA

Color information

#D6CECA (or 0xD6CECA) is unknown color: approx Swiss Coffee. HEX triplet: D6, CE and CA. RGB value is (214,206,202). Sum of RGB (Red+Green+Blue) = 214+206+202=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CECA is #293135. Grayscale: #CFCFCF. Windows color (decimal): -2699574 or 13291222. OLE color: 13291222.

HSL color Cylindrical-coordinate representation of color #D6CECA: hue angle of 20º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CECA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214206202-
CMYK00.040.060.16
HSL20º12.77%81.57%-
HSV(B)20º5.61%83.92%-
XYZ60.4662.764.79-
YUV207.94124.65132.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=34.41%
G=33.12%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420620200.040.060.162012.7781.57
HexD6CECA0461014d52
Octal326316312046202415122
Binary1101011011001110110010100100110100001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CECA; }

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

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

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

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

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

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

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

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