#D7CECA

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

Shades of Swiss Coffee #D7CECA

Tints of Swiss Coffee #D7CECA

Color information

#D7CECA (or 0xD7CECA) is unknown color: approx Swiss Coffee. HEX triplet: D7, CE and CA. RGB value is (215,206,202). Sum of RGB (Red+Green+Blue) = 215+206+202=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CECA is #283135. Grayscale: #D0D0D0. Windows color (decimal): -2634038 or 13291223. OLE color: 13291223.

HSL color Cylindrical-coordinate representation of color #D7CECA: hue angle of 18.46º degrees, saturation: 0.14, 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 #D7CECA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215206202-
CMYK00.040.060.16
HSL18.46º13.98%81.76%-
HSV(B)18.46º6.05%84.31%-
XYZ60.7662.8564.81-
YUV208.24124.48132.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=34.51%
G=33.07%
B=32.42%

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
Decimal21520620200.040.060.1618.4613.9881.76
HexD7CECA0461012e52
Octal327316312046202216122
Binary1101011111001110110010100100110100001001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CECA; }

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

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

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

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

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

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

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

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