#D0DADD

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

Shades of Zumthor #D0DADD

Tints of Zumthor #D0DADD

Color information

#D0DADD (or 0xD0DADD) is unknown color: approx Zumthor. HEX triplet: D0, DA and DD. RGB value is (208,218,221). Sum of RGB (Red+Green+Blue) = 208+218+221=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DADD is #2F2522. Grayscale: #D7D7D7. Windows color (decimal): -3089699 or 14539472. OLE color: 14539472.

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

Color convert

RGB208218221-
CMYK0.060.0100.13
HSL193.85º16.05%84.12%-
HSV(B)193.85º5.88%86.67%-
XYZ64.1368.7778.3-
YUV215.35131.19122.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.15%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=32.15%
G=33.69%
B=34.16%

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
Decimal2082182210.060.0100.13193.8516.0584.12
HexD0DADD610Dc21054
Octal3203323356101530220124
Binary11010000110110101101110111010110111000010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DADD; }

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

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

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

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

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

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

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

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