#CCD9DC

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

Shades of Zumthor #CCD9DC

Tints of Zumthor #CCD9DC

Color information

#CCD9DC (or 0xCCD9DC) is unknown color: approx Zumthor. HEX triplet: CC, D9 and DC. RGB value is (204,217,220). Sum of RGB (Red+Green+Blue) = 204+217+220=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DC is #332623. Grayscale: #D5D5D5. Windows color (decimal): -3352100 or 14473676. OLE color: 14473676.

HSL color Cylindrical-coordinate representation of color #CCD9DC: hue angle of 191.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD9DC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204217220-
CMYK0.070.0100.14
HSL191.25º18.6%83.14%-
HSV(B)191.25º7.27%86.27%-
XYZ62.6367.6377.46-
YUV213.46131.69121.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=31.83%
G=33.85%
B=34.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042172200.070.0100.14191.2518.683.14
HexCCD9DC710Ebf1353
Octal3143313347101627723123
Binary11001100110110011101110011110111010111111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9DC; }

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

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

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

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

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

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

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

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