#D2DBDB

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

Shades of Zumthor #D2DBDB

Tints of Zumthor #D2DBDB

Color information

#D2DBDB (or 0xD2DBDB) is unknown color: approx Zumthor. HEX triplet: D2, DB and DB. RGB value is (210,219,219). Sum of RGB (Red+Green+Blue) = 210+219+219=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D2DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBDB is #2D2424. Grayscale: #D8D8D8. Windows color (decimal): -2958373 or 14408658. OLE color: 14408658.

HSL color Cylindrical-coordinate representation of color #D2DBDB: hue angle of 180º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2DBDB is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210219219-
CMYK0.04000.14
HSL180º11.11%84.12%-
HSV(B)180º4.11%85.88%-
XYZ64.769.4877.02-
YUV216.31129.52123.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=32.41%
G=33.80%
B=33.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102192190.04000.1418011.1184.12
HexD2DBDB400Eb4b54
Octal3223333334001626413124
Binary1101001011011011110110111000011101011010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBDB; }

 p { color: rgb(210,219,219); }

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

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

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

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

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

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

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