#C6DADB

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

Shades of Zumthor #C6DADB

Tints of Zumthor #C6DADB

Color information

#C6DADB (or 0xC6DADB) is unknown color: approx Zumthor. HEX triplet: C6, DA and DB. RGB value is (198,218,219). Sum of RGB (Red+Green+Blue) = 198+218+219=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DADB is #392524. Grayscale: #D4D4D4. Windows color (decimal): -3745061 or 14408390. OLE color: 14408390.

HSL color Cylindrical-coordinate representation of color #C6DADB: hue angle of 182.86º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DADB is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198218219-
CMYK0.100.0000.14
HSL182.86º22.58%81.76%-
HSV(B)182.86º9.59%85.88%-
XYZ61.1567.2676.78-
YUV212.13131.87117.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.18%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=31.18%
G=34.33%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982182190.100.0000.14182.8622.5881.76
HexC6DADBA00Eb71752
Octal30633233312001626727122
Binary110001101101101011011011101000111010110111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DADB; }

 p { color: rgb(198,218,219); }

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

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

 a { background-color: rgb(198,218,219); }

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

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

 span { border-color: rgb(198,218,219); }

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