#D2D9DB

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

Shades of Zumthor #D2D9DB

Tints of Zumthor #D2D9DB

Color information

#D2D9DB (or 0xD2D9DB) is unknown color: approx Zumthor. HEX triplet: D2, D9 and DB. RGB value is (210,217,219). Sum of RGB (Red+Green+Blue) = 210+217+219=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2D9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9DB is #2D2624. Grayscale: #D7D7D7. Windows color (decimal): -2958885 or 14408146. OLE color: 14408146.

HSL color Cylindrical-coordinate representation of color #D2D9DB: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D9DB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210217219-
CMYK0.040.0100.14
HSL193.33º11.11%84.12%-
HSV(B)193.33º4.11%85.88%-
XYZ64.1868.4476.85-
YUV215.14130.18124.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.51%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=32.51%
G=33.59%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102172190.040.0100.14193.3311.1184.12
HexD2D9DB410Ec1b54
Octal3223313334101630113124
Binary1101001011011001110110111001011101100000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9DB; }

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

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

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

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

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

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

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

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