Html Css Color HEX #D4D7D7 Zumthor

📋 copy color: '#D4D7D7'

red 212 ◦ green 215 ◦ blue 215

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

Shades of Zumthor #D4D7D7

Tints of Zumthor #D4D7D7

RGB

 RED value IS 212 (83.2% from 255) = 33.02%

 GREEN value IS 215 (84.38% from 255) = 33.49%

 BLUE value IS 215 (84.38% 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

#D4D7D7 (or 0xD4D7D7) is known color: Zumthor. HEX triplet: D4, D7 and D7. RGB value is (212,215,215). Sum of RGB (Red+Green+Blue) = 212+215+215=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #D4D7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7D7 is #2B2828. Grayscale: #D6D6D6. Windows color (decimal): -2828329 or 14145492. OLE color: 14145492.

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

Color convert

RGB 212 215 215 -
CMYK 0.01 0 0 0.16
HSL 180º 0.04% 0.84% -
HSV(B) 180º 0.01% 0.84% -
XYZ 63.72 67.5 73.96 -
YUV 214.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 212 215 215 0.01 0 0 0.16 180 0.04 0.84
Hex D4 D7 D7 1 0 0 10 B4 4 54
Octal 324 327 327 1 0 0 20 264 4 124
Binary 11010100 11010111 11010111 1 0 0 10000 10110100 100 1010100

Color Harmonies of #D4D7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D7D7

Black with #D4D7D7

Text Example


Text Example

White with #D4D7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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