#D2CDCA

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

Shades of Swiss Coffee #D2CDCA

Tints of Swiss Coffee #D2CDCA

Color information

#D2CDCA (or 0xD2CDCA) is unknown color: approx Swiss Coffee. HEX triplet: D2, CD and CA. RGB value is (210,205,202). Sum of RGB (Red+Green+Blue) = 210+205+202=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDCA is #2D3235. Grayscale: #CECECE. Windows color (decimal): -2961974 or 13290962. OLE color: 13290962.

HSL color Cylindrical-coordinate representation of color #D2CDCA: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CDCA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210205202-
CMYK00.020.040.18
HSL22.5º8.16%80.78%-
HSV(B)22.5º3.81%82.35%-
XYZ59.0761.6364.66-
YUV206.15125.66130.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=34.04%
G=33.23%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020520200.020.040.1822.58.1680.78
HexD2CDCA0241217851
Octal322315312024222710121
Binary110100101100110111001010010100100101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDCA; }

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

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

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

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

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

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

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

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