#CDD9D8

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

Shades of Zumthor #CDD9D8

Tints of Zumthor #CDD9D8

Color information

#CDD9D8 (or 0xCDD9D8) is unknown color: approx Zumthor. HEX triplet: CD, D9 and D8. RGB value is (205,217,216). Sum of RGB (Red+Green+Blue) = 205+217+216=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9D8 is #322627. Grayscale: #D5D5D5. Windows color (decimal): -3286568 or 14211533. OLE color: 14211533.

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

Color convert

RGB205217216-
CMYK0.0600.000.15
HSL175º13.64%82.75%-
HSV(B)175º5.53%85.1%-
XYZ62.3867.5674.72-
YUV213.3129.52122.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=32.13%
G=34.01%
B=33.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052172160.0600.000.1517513.6482.75
HexCDD9D8600Fafe53
Octal3153313306001725716123
Binary1100110111011001110110001100011111010111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9D8; }

 p { color: rgb(205,217,216); }

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

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

 a { background-color: rgb(205,217,216); }

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

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

 span { border-color: rgb(205,217,216); }

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