#D1DADB

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

Shades of Zumthor #D1DADB

Tints of Zumthor #D1DADB

Color information

#D1DADB (or 0xD1DADB) is unknown color: approx Zumthor. HEX triplet: D1, DA and DB. RGB value is (209,218,219). Sum of RGB (Red+Green+Blue) = 209+218+219=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DADB is #2E2524. Grayscale: #D7D7D7. Windows color (decimal): -3024165 or 14408401. OLE color: 14408401.

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

Color convert

RGB209218219-
CMYK0.050.0000.14
HSL186º12.2%83.92%-
HSV(B)186º4.57%85.88%-
XYZ64.1568.8176.92-
YUV215.42130.02123.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.35%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=32.35%
G=33.75%
B=33.90%

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
Decimal2092182190.050.0000.1418612.283.92
HexD1DADB500Ebac54
Octal3213323335001627214124
Binary1101000111011010110110111010011101011101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DADB; }

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

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

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

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

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

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

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

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