#D3CDCA

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

Shades of Swiss Coffee #D3CDCA

Tints of Swiss Coffee #D3CDCA

Color information

#D3CDCA (or 0xD3CDCA) is unknown color: approx Swiss Coffee. HEX triplet: D3, CD and CA. RGB value is (211,205,202). Sum of RGB (Red+Green+Blue) = 211+205+202=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDCA is #2C3235. Grayscale: #CECECE. Windows color (decimal): -2896438 or 13290963. OLE color: 13290963.

HSL color Cylindrical-coordinate representation of color #D3CDCA: hue angle of 20º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CDCA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211205202-
CMYK00.030.040.17
HSL20º9.28%80.98%-
HSV(B)20º4.27%82.75%-
XYZ59.3661.7864.67-
YUV206.45125.49131.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=34.14%
G=33.17%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120520200.030.040.17209.2880.98
HexD3CDCA0341114951
Octal323315312034212411121
Binary110100111100110111001010011100100011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDCA; }

 p { color: rgb(211,205,202); }

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

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

 a { background-color: rgb(211,205,202); }

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

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

 span { border-color: rgb(211,205,202); }

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