#D2CCC9

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

Shades of Swiss Coffee #D2CCC9

Tints of Swiss Coffee #D2CCC9

Color information

#D2CCC9 (or 0xD2CCC9) is unknown color: approx Swiss Coffee. HEX triplet: D2, CC and C9. RGB value is (210,204,201). Sum of RGB (Red+Green+Blue) = 210+204+201=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCC9 is #2D3336. Grayscale: #CDCDCD. Windows color (decimal): -2962231 or 13225170. OLE color: 13225170.

HSL color Cylindrical-coordinate representation of color #D2CCC9: hue angle of 20º degrees, saturation: 0.09, 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 #D2CCC9 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210204201-
CMYK00.030.040.18
HSL20º9.09%80.59%-
HSV(B)20º4.29%82.35%-
XYZ58.7161.163.96-
YUV205.45125.49131.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=34.15%
G=33.17%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020420100.030.040.18209.0980.59
HexD2CCC90341214951
Octal322314311034222411121
Binary110100101100110011001001011100100101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCC9; }

 p { color: rgb(210,204,201); }

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

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

 a { background-color: rgb(210,204,201); }

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

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

 span { border-color: rgb(210,204,201); }

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