#D0DBDB

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

Shades of Zumthor #D0DBDB

Tints of Zumthor #D0DBDB

Color information

#D0DBDB (or 0xD0DBDB) is unknown color: approx Zumthor. HEX triplet: D0, DB and DB. RGB value is (208,219,219). Sum of RGB (Red+Green+Blue) = 208+219+219=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D0DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBDB is #2F2424. Grayscale: #D7D7D7. Windows color (decimal): -3089445 or 14408656. OLE color: 14408656.

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

Color convert

RGB208219219-
CMYK0.05000.14
HSL180º13.25%83.73%-
HSV(B)180º5.02%85.88%-
XYZ64.1369.1976.99-
YUV215.71129.86122.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=32.20%
G=33.90%
B=33.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192190.05000.1418013.2583.73
HexD0DBDB500Eb4d54
Octal3203333335001626415124
Binary1101000011011011110110111010011101011010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBDB; }

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

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

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

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

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

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

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

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