#D2DADC

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

Shades of Zumthor #D2DADC

Tints of Zumthor #D2DADC

Color information

#D2DADC (or 0xD2DADC) is unknown color: approx Zumthor. HEX triplet: D2, DA and DC. RGB value is (210,218,220). Sum of RGB (Red+Green+Blue) = 210+218+220=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DADC is #2D2523. Grayscale: #D7D7D7. Windows color (decimal): -2958628 or 14473938. OLE color: 14473938.

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

Color convert

RGB210218220-
CMYK0.050.0100.14
HSL192º12.5%84.31%-
HSV(B)192º4.55%86.27%-
XYZ64.5769.0177.63-
YUV215.84130.35123.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=32.41%
G=33.64%
B=33.95%

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
Decimal2102182200.050.0100.1419212.584.31
HexD2DADC510Ec0c54
Octal3223323345101630014124
Binary1101001011011010110111001011011101100000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DADC; }

 p { color: rgb(210,218,220); }

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

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

 a { background-color: rgb(210,218,220); }

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

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

 span { border-color: rgb(210,218,220); }

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