#D4D8D8

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

Shades of Zumthor #D4D8D8

Tints of Zumthor #D4D8D8

Color information

#D4D8D8 (or 0xD4D8D8) is unknown color: approx Zumthor. HEX triplet: D4, D8 and D8. RGB value is (212,216,216). Sum of RGB (Red+Green+Blue) = 212+216+216=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #D4D8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8D8 is #2B2727. Grayscale: #D6D6D6. Windows color (decimal): -2828072 or 14211284. OLE color: 14211284.

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

Color convert

RGB212216216-
CMYK0.02000.15
HSL180º4.88%83.92%-
HSV(B)180º1.85%84.71%-
XYZ64.168.0774.73-
YUV214.8128.67126-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.92%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=32.92%
G=33.54%
B=33.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122162160.02000.151804.8883.92
HexD4D8D8200Fb4554
Octal324330330200172645124
Binary11010100110110001101100010001111101101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D8D8; }

 p { color: rgb(212,216,216); }

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

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

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

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

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

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

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