#D0DADB

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

Shades of Zumthor #D0DADB

Tints of Zumthor #D0DADB

Color information

#D0DADB (or 0xD0DADB) is unknown color: approx Zumthor. HEX triplet: D0, DA and DB. RGB value is (208,218,219). Sum of RGB (Red+Green+Blue) = 208+218+219=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DADB is #2F2524. Grayscale: #D7D7D7. Windows color (decimal): -3089701 or 14408400. OLE color: 14408400.

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

Color convert

RGB208218219-
CMYK0.050.0000.14
HSL185.45º13.25%83.73%-
HSV(B)185.45º5.02%85.88%-
XYZ63.8768.6776.91-
YUV215.12130.19122.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 219 (85.94% 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
Decimal2082182190.050.0000.14185.4513.2583.73
HexD0DADB500Eb9d54
Octal3203323335001627115124
Binary1101000011011010110110111010011101011100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DADB; }

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

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

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

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

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

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

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

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