#C5D7DC

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

Shades of Zumthor #C5D7DC

Tints of Zumthor #C5D7DC

Color information

#C5D7DC (or 0xC5D7DC) is unknown color: approx Zumthor. HEX triplet: C5, D7 and DC. RGB value is (197,215,220). Sum of RGB (Red+Green+Blue) = 197+215+220=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7DC is #3A2823. Grayscale: #D2D2D2. Windows color (decimal): -3811364 or 14473157. OLE color: 14473157.

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

Color convert

RGB197215220-
CMYK0.100.0200.14
HSL193.04º24.73%81.76%-
HSV(B)193.04º10.45%86.27%-
XYZ60.2465.6477.2-
YUV210.19133.54118.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=31.17%
G=34.02%
B=34.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972152200.100.0200.14193.0424.7381.76
HexC5D7DCA20Ec11952
Octal30532733412201630131122
Binary1100010111010111110111001010100111011000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D7DC; }

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

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

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

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

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

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

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

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