#C6D7DC

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

Shades of Zumthor #C6D7DC

Tints of Zumthor #C6D7DC

Color information

#C6D7DC (or 0xC6D7DC) is unknown color: approx Zumthor. HEX triplet: C6, D7 and DC. RGB value is (198,215,220). Sum of RGB (Red+Green+Blue) = 198+215+220=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7DC is #392823. Grayscale: #D2D2D2. Windows color (decimal): -3745828 or 14473158. OLE color: 14473158.

HSL color Cylindrical-coordinate representation of color #C6D7DC: hue angle of 193.64º degrees, saturation: 0.24, 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 #C6D7DC is Cyan = 0.1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198215220-
CMYK0.10.0200.14
HSL193.64º23.91%81.96%-
HSV(B)193.64º10%86.27%-
XYZ60.5165.7777.22-
YUV210.49133.37119.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.28%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=31.28%
G=33.97%
B=34.76%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982152200.10.0200.14193.6423.9181.96
HexC6D7DCA20Ec21852
Octal30632733412201630230122
Binary1100011011010111110111001010100111011000010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7DC; }

 p { color: rgb(198,215,220); }

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

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

 a { background-color: rgb(198,215,220); }

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

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

 span { border-color: rgb(198,215,220); }

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