#D0DDDD

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

Shades of Zumthor #D0DDDD

Tints of Zumthor #D0DDDD

Color information

#D0DDDD (or 0xD0DDDD) is unknown color: approx Zumthor. HEX triplet: D0, DD and DD. RGB value is (208,221,221). Sum of RGB (Red+Green+Blue) = 208+221+221=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D0DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDDD is #2F2222. Grayscale: #D9D9D9. Windows color (decimal): -3088931 or 14540240. OLE color: 14540240.

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

Color convert

RGB208221221-
CMYK0.06000.13
HSL180º16.05%84.12%-
HSV(B)180º5.88%86.67%-
XYZ64.9270.3478.56-
YUV217.11130.19121.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 221 (86.72% from 255) = 34%
R=32%
G=34%
B=34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212210.06000.1318016.0584.12
HexD0DDDD600Db41054
Octal3203353356001526420124
Binary11010000110111011101110111000110110110100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDDD; }

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

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

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

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

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

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

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

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