#D0D8DB

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

Shades of Zumthor #D0D8DB

Tints of Zumthor #D0D8DB

Color information

#D0D8DB (or 0xD0D8DB) is unknown color: approx Zumthor. HEX triplet: D0, D8 and DB. RGB value is (208,216,219). Sum of RGB (Red+Green+Blue) = 208+216+219=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0D8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8DB is #2F2724. Grayscale: #D5D5D5. Windows color (decimal): -3090213 or 14407888. OLE color: 14407888.

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

Color convert

RGB208216219-
CMYK0.050.0100.14
HSL196.36º13.25%83.73%-
HSV(B)196.36º5.02%85.88%-
XYZ63.3567.6476.73-
YUV213.95130.85123.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=32.35%
G=33.59%
B=34.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082162190.050.0100.14196.3613.2583.73
HexD0D8DB510Ec4d54
Octal3203303335101630415124
Binary1101000011011000110110111011011101100010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8DB; }

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

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

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

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

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

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

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

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