#D6CFCA

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

Shades of Swiss Coffee #D6CFCA

Tints of Swiss Coffee #D6CFCA

Color information

#D6CFCA (or 0xD6CFCA) is unknown color: approx Swiss Coffee. HEX triplet: D6, CF and CA. RGB value is (214,207,202). Sum of RGB (Red+Green+Blue) = 214+207+202=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCA is #293035. Grayscale: #D0D0D0. Windows color (decimal): -2699318 or 13291478. OLE color: 13291478.

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

Color convert

RGB214207202-
CMYK00.030.060.16
HSL25º12.77%81.57%-
HSV(B)25º5.61%83.92%-
XYZ60.7163.1964.87-
YUV208.52124.32131.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=34.35%
G=33.23%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420720200.030.060.162512.7781.57
HexD6CFCA0361019d52
Octal326317312036203115122
Binary110101101100111111001010011110100001100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFCA; }

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

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

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

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

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

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

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

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