#C5DADC

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

Shades of Zumthor #C5DADC

Tints of Zumthor #C5DADC

Color information

#C5DADC (or 0xC5DADC) is unknown color: approx Zumthor. HEX triplet: C5, DA and DC. RGB value is (197,218,220). Sum of RGB (Red+Green+Blue) = 197+218+220=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADC is #3A2523. Grayscale: #D3D3D3. Windows color (decimal): -3810596 or 14473925. OLE color: 14473925.

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

Color convert

RGB197218220-
CMYK0.100.0100.14
HSL185.22º24.73%81.76%-
HSV(B)185.22º10.45%86.27%-
XYZ61.0267.1877.46-
YUV211.95132.54117.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=31.02%
G=34.33%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972182200.100.0100.14185.2224.7381.76
HexC5DADCA10Eb91952
Octal30533233412101627131122
Binary110001011101101011011100101010111010111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DADC; }

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

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

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

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

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

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

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

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