#D1DBDC

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

Shades of Zumthor #D1DBDC

Tints of Zumthor #D1DBDC

Color information

#D1DBDC (or 0xD1DBDC) is unknown color: approx Zumthor. HEX triplet: D1, DB and DC. RGB value is (209,219,220). Sum of RGB (Red+Green+Blue) = 209+219+220=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBDC is #2E2423. Grayscale: #D8D8D8. Windows color (decimal): -3023908 or 14474193. OLE color: 14474193.

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

Color convert

RGB209219220-
CMYK0.050.0000.14
HSL185.45º13.58%84.12%-
HSV(B)185.45º5%86.27%-
XYZ64.5469.3977.7-
YUV216.12130.19122.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.25%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=32.25%
G=33.80%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092192200.050.0000.14185.4513.5884.12
HexD1DBDC500Eb9e54
Octal3213333345001627116124
Binary1101000111011011110111001010011101011100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBDC; }

 p { color: rgb(209,219,220); }

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

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

 a { background-color: rgb(209,219,220); }

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

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

 span { border-color: rgb(209,219,220); }

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