#D6D7D7

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

Shades of Zumthor #D6D7D7

Tints of Zumthor #D6D7D7

Color information

#D6D7D7 (or 0xD6D7D7) is unknown color: approx Zumthor. HEX triplet: D6, D7 and D7. RGB value is (214,215,215). Sum of RGB (Red+Green+Blue) = 214+215+215=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #D6D7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7D7 is #292828. Grayscale: #D6D6D6. Windows color (decimal): -2697257 or 14145494. OLE color: 14145494.

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

Color convert

RGB214215215-
CMYK0.00000.16
HSL180º1.23%84.12%-
HSV(B)180º0.47%84.31%-
XYZ64.367.873.99-
YUV214.7128.17127.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.23%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=33.23%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142152150.00000.161801.2384.12
HexD6D7D700010b4154
Octal326327327000202641124
Binary110101101101011111010111000100001011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7D7; }

 p { color: rgb(214,215,215); }

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

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

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

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

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

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

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