#D1D5D7

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

Shades of Zumthor #D1D5D7

Tints of Zumthor #D1D5D7

Color information

#D1D5D7 (or 0xD1D5D7) is unknown color: approx Zumthor. HEX triplet: D1, D5 and D7. RGB value is (209,213,215). Sum of RGB (Red+Green+Blue) = 209+213+215=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1D5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5D7 is #2E2A28. Grayscale: #D4D4D4. Windows color (decimal): -3025449 or 14144977. OLE color: 14144977.

HSL color Cylindrical-coordinate representation of color #D1D5D7: hue angle of 200º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1D5D7 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209213215-
CMYK0.030.0100.16
HSL200º6.98%83.14%-
HSV(B)200º2.79%84.31%-
XYZ62.3566.0573.75-
YUV212.03129.67125.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.81%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=32.81%
G=33.44%
B=33.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092132150.030.0100.162006.9883.14
HexD1D5D731010c8753
Octal321325327310203107123
Binary110100011101010111010111111010000110010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5D7; }

 p { color: rgb(209,213,215); }

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

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

 a { background-color: rgb(209,213,215); }

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

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

 span { border-color: rgb(209,213,215); }

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