Html Css Color HEX #D1D8D9 Zumthor

📋 copy color: '#D1D8D9'

red 209 ◦ green 216 ◦ blue 217

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

Shades of Zumthor #D1D8D9

Tints of Zumthor #D1D8D9

RGB

 RED value IS 209 (82.03% from 255) = 32.55%

 GREEN value IS 216 (84.77% from 255) = 33.64%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 32.55%
G = 33.64%
B = 33.8%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1D8D9 (or 0xD1D8D9) is known color: Zumthor. HEX triplet: D1, D8 and D9. RGB value is (209,216,217). Sum of RGB (Red+Green+Blue) = 209+216+217=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1D8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8D9 is #2E2726. Grayscale: #D6D6D6. Windows color (decimal): -3024679 or 14276817. OLE color: 14276817.

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

Color convert

RGB 209 216 217 -
CMYK 0.04 0.00 0 0.15
HSL 187.5º 0.1% 0.84% -
HSV(B) 187.5º 0.04% 0.85% -
XYZ 63.37 67.68 75.37 -
YUV 214.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 209 216 217 0.04 0.00 0 0.15 187.5 0.1 0.84
Hex D1 D8 D9 4 0 0 F BC A 54
Octal 321 330 331 4 0 0 17 274 12 124
Binary 11010001 11011000 11011001 100 0 0 1111 10111100 1010 1010100

Color Harmonies of #D1D8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D8D9

Black with #D1D8D9

Text Example


Text Example

White with #D1D8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D8D9; }

 p { color: rgb(209,216,217); }

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

background-color css

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

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

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

border-color css

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

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

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