Html Css Color HEX #D3D6D6 Zumthor

📋 copy color: '#D3D6D6'

red 211 ◦ green 214 ◦ blue 214

#D3D6D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #D3D6D6

Tints of Zumthor #D3D6D6

RGB

 RED value IS 211 (82.81% from 255) = 33.02%

 GREEN value IS 214 (83.98% from 255) = 33.49%

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 33.02%
G = 33.49%
B = 33.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3D6D6 (or 0xD3D6D6) is known color: Zumthor. HEX triplet: D3, D6 and D6. RGB value is (211,214,214). Sum of RGB (Red+Green+Blue) = 211+214+214=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #D3D6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D6D6 is #2C2929. Grayscale: #D5D5D5. Windows color (decimal): -2894122 or 14079699. OLE color: 14079699.

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

Color convert

RGB 211 214 214 -
CMYK 0.01 0 0 0.16
HSL 180º 0.04% 0.83% -
HSV(B) 180º 0.01% 0.84% -
XYZ 63.05 66.8 73.19 -
YUV 213.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 211 214 214 0.01 0 0 0.16 180 0.04 0.83
Hex D3 D6 D6 1 0 0 10 B4 4 53
Octal 323 326 326 1 0 0 20 264 4 123
Binary 11010011 11010110 11010110 1 0 0 10000 10110100 100 1010011

Color Harmonies of #D3D6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D6D6

Black with #D3D6D6

Text Example


Text Example

White with #D3D6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D6D6; }

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

 H1.HeaderClassName
 {
   color: #D3D6D6;
 }
 .AnyTagClassName
 {
   color: #D3D6D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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