#CDD8DA

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

Shades of Zumthor #CDD8DA

Tints of Zumthor #CDD8DA

Color information

#CDD8DA (or 0xCDD8DA) is unknown color: approx Zumthor. HEX triplet: CD, D8 and DA. RGB value is (205,216,218). Sum of RGB (Red+Green+Blue) = 205+216+218=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8DA is #322725. Grayscale: #D4D4D4. Windows color (decimal): -3286822 or 14342349. OLE color: 14342349.

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

Color convert

RGB205216218-
CMYK0.060.0100.15
HSL189.23º14.94%82.94%-
HSV(B)189.23º5.96%85.49%-
XYZ62.3967.1576-
YUV212.94130.86122.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=32.08%
G=33.80%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052162180.060.0100.15189.2314.9482.94
HexCDD8DA610Fbdf53
Octal3153303326101727517123
Binary1100110111011000110110101101011111011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8DA; }

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

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

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

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

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

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

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

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