#C5D7DB

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

Shades of Zumthor #C5D7DB

Tints of Zumthor #C5D7DB

Color information

#C5D7DB (or 0xC5D7DB) is unknown color: approx Zumthor. HEX triplet: C5, D7 and DB. RGB value is (197,215,219). Sum of RGB (Red+Green+Blue) = 197+215+219=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7DB is #3A2824. Grayscale: #D2D2D2. Windows color (decimal): -3811365 or 14407621. OLE color: 14407621.

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

Color convert

RGB197215219-
CMYK0.100.0200.14
HSL190.91º23.4%81.57%-
HSV(B)190.91º10.05%85.88%-
XYZ60.1165.5976.51-
YUV210.07133.04118.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.22%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=31.22%
G=34.07%
B=34.71%

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
Decimal1972152190.100.0200.14190.9123.481.57
HexC5D7DBA20Ebf1752
Octal30532733312201627727122
Binary1100010111010111110110111010100111010111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D7DB; }

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

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

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

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

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

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

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

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