#C7D6DC

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

Shades of Zumthor #C7D6DC

Tints of Zumthor #C7D6DC

Color information

#C7D6DC (or 0xC7D6DC) is unknown color: approx Zumthor. HEX triplet: C7, D6 and DC. RGB value is (199,214,220). Sum of RGB (Red+Green+Blue) = 199+214+220=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 214 (83.98% from 255 or 33.81% 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 #C7D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6DC is #382923. Grayscale: #D2D2D2. Windows color (decimal): -3680548 or 14472903. OLE color: 14472903.

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

Color convert

RGB199214220-
CMYK0.100.0300.14
HSL197.14º23.08%82.16%-
HSV(B)197.14º9.55%86.27%-
XYZ60.5265.477.14-
YUV210.2133.53120.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.44%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=31.44%
G=33.81%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992142200.100.0300.14197.1423.0882.16
HexC7D6DCA30Ec51752
Octal30732633412301630527122
Binary1100011111010110110111001010110111011000101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6DC; }

 p { color: rgb(199,214,220); }

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

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

 a { background-color: rgb(199,214,220); }

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

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

 span { border-color: rgb(199,214,220); }

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