#D2D5D5

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

Shades of Zumthor #D2D5D5

Tints of Zumthor #D2D5D5

Color information

#D2D5D5 (or 0xD2D5D5) is unknown color: approx Zumthor. HEX triplet: D2, D5 and D5. RGB value is (210,213,213). Sum of RGB (Red+Green+Blue) = 210+213+213=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #D2D5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5D5 is #2D2A2A. Grayscale: #D4D4D4. Windows color (decimal): -2959915 or 14013906. OLE color: 14013906.

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

Color convert

RGB210213213-
CMYK0.01000.16
HSL180º3.45%82.94%-
HSV(B)180º1.41%83.53%-
XYZ62.3866.0972.42-
YUV212.1128.51126.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=33.02%
G=33.49%
B=33.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102132130.01000.161803.4582.94
HexD2D5D510010b4353
Octal322325325100202643123
Binary1101001011010101110101011001000010110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5D5; }

 p { color: rgb(210,213,213); }

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

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

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

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

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

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

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