#D1DBDA

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

Shades of Zumthor #D1DBDA

Tints of Zumthor #D1DBDA

Color information

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

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

Color convert

RGB209219218-
CMYK0.0500.000.14
HSL174º12.2%83.92%-
HSV(B)174º4.57%85.88%-
XYZ64.2869.2876.31-
YUV215.9129.19123.08-

RGB Variations

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

RGB

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

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
Decimal2092192180.0500.000.1417412.283.92
HexD1DBDA500Eaec54
Octal3213333325001625614124
Binary1101000111011011110110101010011101010111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBDA; }

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

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

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

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

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

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

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

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