#D0DBDD

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

Shades of Zumthor #D0DBDD

Tints of Zumthor #D0DBDD

Color information

#D0DBDD (or 0xD0DBDD) is unknown color: approx Zumthor. HEX triplet: D0, DB and DD. RGB value is (208,219,221). Sum of RGB (Red+Green+Blue) = 208+219+221=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBDD is #2F2422. Grayscale: #D7D7D7. Windows color (decimal): -3089443 or 14539728. OLE color: 14539728.

HSL color Cylindrical-coordinate representation of color #D0DBDD: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DBDD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208219221-
CMYK0.060.0100.13
HSL189.23º16.05%84.12%-
HSV(B)189.23º5.88%86.67%-
XYZ64.469.2978.39-
YUV215.94130.86122.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=32.10%
G=33.80%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082192210.060.0100.13189.2316.0584.12
HexD0DBDD610Dbd1054
Octal3203333356101527520124
Binary11010000110110111101110111010110110111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBDD; }

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

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

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

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

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

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

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

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