#CCD9D8

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

Shades of Zumthor #CCD9D8

Tints of Zumthor #CCD9D8

Color information

#CCD9D8 (or 0xCCD9D8) is unknown color: approx Zumthor. HEX triplet: CC, D9 and D8. RGB value is (204,217,216). Sum of RGB (Red+Green+Blue) = 204+217+216=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D8 is #332627. Grayscale: #D4D4D4. Windows color (decimal): -3352104 or 14211532. OLE color: 14211532.

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

Color convert

RGB204217216-
CMYK0.0600.000.15
HSL175.38º14.61%82.55%-
HSV(B)175.38º5.99%85.1%-
XYZ62.1167.4274.71-
YUV213129.69121.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=32.03%
G=34.07%
B=33.91%

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
Decimal2042172160.0600.000.15175.3814.6182.55
HexCCD9D8600Faff53
Octal3143313306001725717123
Binary1100110011011001110110001100011111010111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9D8; }

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

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

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

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

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

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

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

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