#C6DADD

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

Shades of Zumthor #C6DADD

Tints of Zumthor #C6DADD

Color information

#C6DADD (or 0xC6DADD) is unknown color: approx Zumthor. HEX triplet: C6, DA and DD. RGB value is (198,218,221). Sum of RGB (Red+Green+Blue) = 198+218+221=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DADD is #392522. Grayscale: #D4D4D4. Windows color (decimal): -3745059 or 14539462. OLE color: 14539462.

HSL color Cylindrical-coordinate representation of color #C6DADD: hue angle of 187.83º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DADD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198218221-
CMYK0.100.0100.13
HSL187.83º25.27%82.16%-
HSV(B)187.83º10.41%86.67%-
XYZ61.4167.3778.17-
YUV212.36132.87117.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.08%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=31.08%
G=34.22%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982182210.100.0100.13187.8325.2782.16
HexC6DADDA10Dbc1952
Octal30633233512101527431122
Binary110001101101101011011101101010110110111100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DADD; }

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

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

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

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

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

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

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

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