#D0DAD9

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

Shades of Zumthor #D0DAD9

Tints of Zumthor #D0DAD9

Color information

#D0DAD9 (or 0xD0DAD9) is unknown color: approx Zumthor. HEX triplet: D0, DA and D9. RGB value is (208,218,217). Sum of RGB (Red+Green+Blue) = 208+218+217=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAD9 is #2F2526. Grayscale: #D6D6D6. Windows color (decimal): -3089703 or 14277328. OLE color: 14277328.

HSL color Cylindrical-coordinate representation of color #D0DAD9: hue angle of 174º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DAD9 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB208218217-
CMYK0.0500.000.15
HSL174º11.9%83.53%-
HSV(B)174º4.59%85.49%-
XYZ63.6168.5675.53-
YUV214.9129.19123.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 217 (85.16% 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.15
SystemRedGreenBlueCMYKHSL
Decimal2082182170.0500.000.1517411.983.53
HexD0DAD9500Faec54
Octal3203323315001725614124
Binary1101000011011010110110011010011111010111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAD9; }

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

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

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

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

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

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

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

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