#CCD9DB

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

Shades of Zumthor #CCD9DB

Tints of Zumthor #CCD9DB

Color information

#CCD9DB (or 0xCCD9DB) is unknown color: approx Zumthor. HEX triplet: CC, D9 and DB. RGB value is (204,217,219). Sum of RGB (Red+Green+Blue) = 204+217+219=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DB is #332624. Grayscale: #D5D5D5. Windows color (decimal): -3352101 or 14408140. OLE color: 14408140.

HSL color Cylindrical-coordinate representation of color #CCD9DB: hue angle of 188º degrees, saturation: 0.17, 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 #CCD9DB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204217219-
CMYK0.070.0100.14
HSL188º17.24%82.94%-
HSV(B)188º6.85%85.88%-
XYZ62.567.5876.77-
YUV213.34131.19121.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=31.88%
G=33.91%
B=34.22%

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
Decimal2042172190.070.0100.1418817.2482.94
HexCCD9DB710Ebc1153
Octal3143313337101627421123
Binary11001100110110011101101111110111010111100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9DB; }

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

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

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

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

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

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

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

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