#CCD8DB

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

Shades of Zumthor #CCD8DB

Tints of Zumthor #CCD8DB

Color information

#CCD8DB (or 0xCCD8DB) is unknown color: approx Zumthor. HEX triplet: CC, D8 and DB. RGB value is (204,216,219). Sum of RGB (Red+Green+Blue) = 204+216+219=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DB is #332724. Grayscale: #D4D4D4. Windows color (decimal): -3352357 or 14407884. OLE color: 14407884.

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

Color convert

RGB204216219-
CMYK0.070.0100.14
HSL192º17.24%82.94%-
HSV(B)192º6.85%85.88%-
XYZ62.2467.0676.68-
YUV212.75131.52121.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=31.92%
G=33.80%
B=34.27%

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
Decimal2042162190.070.0100.1419217.2482.94
HexCCD8DB710Ec01153
Octal3143303337101630021123
Binary11001100110110001101101111110111011000000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8DB; }

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

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

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

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

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

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

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

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