#C5DBD8

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

Shades of Zumthor #C5DBD8

Tints of Zumthor #C5DBD8

Color information

#C5DBD8 (or 0xC5DBD8) is unknown color: approx Zumthor. HEX triplet: C5, DB and D8. RGB value is (197,219,216). Sum of RGB (Red+Green+Blue) = 197+219+216=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBD8 is #3A2427. Grayscale: #D4D4D4. Windows color (decimal): -3810344 or 14212037. OLE color: 14212037.

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

Color convert

RGB197219216-
CMYK0.1000.010.14
HSL171.82º23.4%81.57%-
HSV(B)171.82º10.05%85.88%-
XYZ60.7567.4974.79-
YUV212.08130.21117.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=31.17%
G=34.65%
B=34.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972192160.1000.010.14171.8223.481.57
HexC5DBD8A01Eac1752
Octal30533333012011625427122
Binary110001011101101111011000101001111010101100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBD8; }

 p { color: rgb(197,219,216); }

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

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

 a { background-color: rgb(197,219,216); }

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

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

 span { border-color: rgb(197,219,216); }

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