#CDD9DA

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

Shades of Zumthor #CDD9DA

Tints of Zumthor #CDD9DA

Color information

#CDD9DA (or 0xCDD9DA) is unknown color: approx Zumthor. HEX triplet: CD, D9 and DA. RGB value is (205,217,218). Sum of RGB (Red+Green+Blue) = 205+217+218=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9DA is #322625. Grayscale: #D5D5D5. Windows color (decimal): -3286566 or 14342605. OLE color: 14342605.

HSL color Cylindrical-coordinate representation of color #CDD9DA: hue angle of 184.62º degrees, saturation: 0.15, 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 #CDD9DA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205217218-
CMYK0.060.0000.15
HSL184.62º14.94%82.94%-
HSV(B)184.62º5.96%85.49%-
XYZ62.6467.6776.09-
YUV213.53130.52121.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=32.03%
G=33.91%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052172180.060.0000.15184.6214.9482.94
HexCDD9DA600Fb9f53
Octal3153313326001727117123
Binary1100110111011001110110101100011111011100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9DA; }

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

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

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

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

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

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

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

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