#D0D6D7

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

Shades of Zumthor #D0D6D7

Tints of Zumthor #D0D6D7

Color information

#D0D6D7 (or 0xD0D6D7) is unknown color: approx Zumthor. HEX triplet: D0, D6 and D7. RGB value is (208,214,215). Sum of RGB (Red+Green+Blue) = 208+214+215=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 214 (83.98% from 255 or 33.59% 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 #D0D6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6D7 is #2F2928. Grayscale: #D4D4D4. Windows color (decimal): -3090729 or 14145232. OLE color: 14145232.

HSL color Cylindrical-coordinate representation of color #D0D6D7: hue angle of 188.57º degrees, saturation: 0.08, 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 #D0D6D7 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208214215-
CMYK0.030.0000.16
HSL188.57º8.05%82.94%-
HSV(B)188.57º3.26%84.31%-
XYZ62.3266.4173.82-
YUV212.32129.51124.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=32.65%
G=33.59%
B=33.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082142150.030.0000.16188.578.0582.94
HexD0D6D730010bd853
Octal3203263273002027510123
Binary1101000011010110110101111100100001011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6D7; }

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

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

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

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

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

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

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

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