#D2D9D8

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

Shades of Zumthor #D2D9D8

Tints of Zumthor #D2D9D8

Color information

#D2D9D8 (or 0xD2D9D8) is unknown color: approx Zumthor. HEX triplet: D2, D9 and D8. RGB value is (210,217,216). Sum of RGB (Red+Green+Blue) = 210+217+216=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9D8 is #2D2627. Grayscale: #D6D6D6. Windows color (decimal): -2958888 or 14211538. OLE color: 14211538.

HSL color Cylindrical-coordinate representation of color #D2D9D8: hue angle of 171.43º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D9D8 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB210217216-
CMYK0.0300.000.15
HSL171.43º8.43%83.73%-
HSV(B)171.43º3.23%85.1%-
XYZ63.7968.2974.78-
YUV214.79128.68124.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.66%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=32.66%
G=33.75%
B=33.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102172160.0300.000.15171.438.4383.73
HexD2D9D8300Fab854
Octal3223313303001725310124
Binary110100101101100111011000110011111010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9D8; }

 p { color: rgb(210,217,216); }

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

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

 a { background-color: rgb(210,217,216); }

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

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

 span { border-color: rgb(210,217,216); }

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