#D1DCDB

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

Shades of Zumthor #D1DCDB

Tints of Zumthor #D1DCDB

Color information

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

HSL color Cylindrical-coordinate representation of color #D1DCDB: hue angle of 174.55º 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 #D1DCDB is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB209220219-
CMYK0.0500.000.14
HSL174.55º13.58%84.12%-
HSV(B)174.55º5%86.27%-
XYZ64.6769.8677.09-
YUV216.6129.36122.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092202190.0500.000.14174.5513.5884.12
HexD1DCDB500Eafe54
Octal3213343335001625716124
Binary1101000111011100110110111010011101010111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCDB; }

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

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

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

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

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

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

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

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